ffmpeg: mark attachment streams finished.

Fix trac ticket #2083.
pull/8/head
Nicolas George 12 years ago
parent 9b53306178
commit 69a1667b06
  1. 1
      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;

Loading…
Cancel
Save