]> granicus.if.org Git - handbrake/commit
libhb: check AVIOContext.error for errors while muxing
authorjstebbins <jstebbins.hb@gmail.com>
Mon, 21 Oct 2013 21:00:22 +0000 (21:00 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Mon, 21 Oct 2013 21:00:22 +0000 (21:00 +0000)
commit5c2f3ad805987c7404cc676532f025f0d2516930
tree8940fef379290d0df1fb0923abb9d9688d74d59c
parent310454f3726b2187a59246420611a284d7c28c84
libhb: check AVIOContext.error for errors while muxing
libavformat doesn't always check this, so the return code from
av_interleaved_write_frame doesn't indicate an error when there
is a failure to write to disk.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5850 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/muxavformat.c