You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avconv: remove a useless line
Doing anything with that field when we are doing streamcopy (so the encoder is not opened) should have absolutely no effect.
This commit is contained in:
1
avconv.c
1
avconv.c
@@ -1135,7 +1135,6 @@ static void do_streamcopy(InputStream *ist, OutputStream *ost, const AVPacket *p
|
|||||||
}
|
}
|
||||||
|
|
||||||
write_frame(of->ctx, &opkt, ost);
|
write_frame(of->ctx, &opkt, ost);
|
||||||
ost->st->codec->frame_number++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int guess_input_channel_layout(InputStream *ist)
|
int guess_input_channel_layout(InputStream *ist)
|
||||||
|
Reference in New Issue
Block a user