You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avconv: mark attachment streams as immediately finished
There are never any packets for those streams. Fixes an infinite loop with -attach.
This commit is contained in:
@@ -1096,6 +1096,7 @@ static OutputStream *new_attachment_stream(OptionsContext *o, AVFormatContext *o
|
||||
{
|
||||
OutputStream *ost = new_output_stream(o, oc, AVMEDIA_TYPE_ATTACHMENT);
|
||||
ost->stream_copy = 1;
|
||||
ost->finished = 1;
|
||||
return ost;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user