mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Remove code that duplicates existing code a few lines down.
This also fixes a potential crash since s->pb can be NULL. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
5c95a93411
commit
07d2d06395
@ -3787,9 +3787,6 @@ int av_write_trailer(AVFormatContext *s)
|
||||
if (s->oformat->write_trailer)
|
||||
ret = s->oformat->write_trailer(s);
|
||||
|
||||
if (!(s->oformat->flags & AVFMT_NOFILE))
|
||||
avio_flush(s->pb);
|
||||
|
||||
fail:
|
||||
if (s->pb)
|
||||
avio_flush(s->pb);
|
||||
|
Loading…
Reference in New Issue
Block a user