]> granicus.if.org Git - handbrake/commit
fix a problem reading flv files that have null packets
authorjstebbins <jstebbins.hb@gmail.com>
Sun, 2 Jan 2011 20:35:30 +0000 (20:35 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sun, 2 Jan 2011 20:35:30 +0000 (20:35 +0000)
commit25d1c7b528d88c8c80bb6a99c9d75120a55c80e1
tree971044a5859dd3c2bce7755790c5369128a1d08e
parent479d97982ebe32223edb9064662dd27e4641fe08
fix a problem reading flv files that have null packets
ffmpeg will return error code EAGAIN for these packets.  we were terminating
when seeing this error code.

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