Commit 843be56e authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg_opt: Fix stream copy flag for attachments

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 8534c8c7
......@@ -2092,7 +2092,7 @@ loop_end:
avio_read(pb, attachment, len);
ost = new_attachment_stream(o, oc, -1);
ost->stream_copy = 0;
ost->stream_copy = 1;
ost->attachment_filename = o->attachments[i];
ost->finished = 1;
ost->st->codec->extradata = attachment;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment