[FFmpeg-cvslog] ffmpeg: mark attachment streams finished.

Nicolas George git at videolan.org
Mon Jan 7 01:06:37 CET 2013


ffmpeg | branch: release/1.0 | Nicolas George <nicolas.george at normalesup.org> | Tue Jan  1 01:23:19 2013 +0100| [10ac44198d83dc77d0078af78c0615441c9ce3c2] | committer: Carl Eugen Hoyos

ffmpeg: mark attachment streams finished.

Fix trac ticket #2083.
(cherry picked from commit 69a1667b064b11a2df4b4bdc136955f76d17f558)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10ac44198d83dc77d0078af78c0615441c9ce3c2
---

 ffmpeg_opt.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index 2c5fbfb..d86ef91 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -1636,6 +1636,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