You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
@@ -1654,6 +1654,7 @@ loop_end:
|
|||||||
ost = new_attachment_stream(o, oc, -1);
|
ost = new_attachment_stream(o, oc, -1);
|
||||||
ost->stream_copy = 0;
|
ost->stream_copy = 0;
|
||||||
ost->attachment_filename = o->attachments[i];
|
ost->attachment_filename = o->attachments[i];
|
||||||
|
ost->finished = 1;
|
||||||
ost->st->codec->extradata = attachment;
|
ost->st->codec->extradata = attachment;
|
||||||
ost->st->codec->extradata_size = len;
|
ost->st->codec->extradata_size = len;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user