mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-04 05:57:49 +02:00
flvenc: dont call avio_flush() unconditional
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a286940da1
commit
7cfaf727a1
@ -569,7 +569,6 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
|
|||||||
pkt->pts + flv->delay + pkt->duration);
|
pkt->pts + flv->delay + pkt->duration);
|
||||||
}
|
}
|
||||||
|
|
||||||
avio_flush(pb);
|
|
||||||
av_free(data);
|
av_free(data);
|
||||||
|
|
||||||
return pb->error;
|
return pb->error;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user