Skip to content
Snippets Groups Projects
Commit 0e28e9ca authored by Luca Barbato's avatar Luca Barbato
Browse files

flvenc: propagate error properly

avio_flush can fail, in particular when used with the rtmp/librtmp
protocol.
parent 171ae1eb
Branches
Tags
No related merge requests found
......@@ -434,7 +434,7 @@ static int flv_write_packet(AVFormatContext *s, AVPacket *pkt)
av_free(data);
return 0;
return pb->error;
}
AVOutputFormat ff_flv_muxer = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment