wc3movie: return partial packets if not all data can be read.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 11 Apr 2009 20:48:56 +0000 (20:48 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 11 Apr 2009 20:48:56 +0000 (20:48 +0000)
commitcfb9b3550bd62050a2fe2a900c310495b81e327e
treee4fab4aeb3a85848042225dab35c85f1250c3b09
parentcdbe3798d20db744f458cb3f3ad6ed53dae0f4d7
wc3movie: return partial packets if not all data can be read.
This is consistent with other demuxer's behaviour and avoids a memleak.
It also returns the error from av_get_packet instead of always AVERROR(EIO).

Originally committed as revision 18446 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/wc3movie.c