[FFmpeg-cvslog] ffmpeg: mark attachment streams finished.
Nicolas George
git at videolan.org
Tue Jan 1 16:17:11 CET 2013
ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Tue Jan 1 01:23:19 2013 +0100| [69a1667b064b11a2df4b4bdc136955f76d17f558] | committer: Nicolas George
ffmpeg: mark attachment streams finished.
Fix trac ticket #2083.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69a1667b064b11a2df4b4bdc136955f76d17f558
---
ffmpeg_opt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index cd65065..e55a33a 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -1654,6 +1654,7 @@ loop_end:
ost = new_attachment_stream(o, oc, -1);
ost->stream_copy = 0;
ost->attachment_filename = o->attachments[i];
+ ost->finished = 1;
ost->st->codec->extradata = attachment;
ost->st->codec->extradata_size = len;
More information about the ffmpeg-cvslog
mailing list