OSDN Git Service

Make rawvideo_read_packet return partial frames.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 1 Oct 2009 17:32:22 +0000 (17:32 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Thu, 1 Oct 2009 17:32:22 +0000 (17:32 +0000)
commit22a7e19b50cc1627dd16e22c5e89b1f92f1d0c0e
tree1d9565dea334715cf08ff480dcaff711c9f6d5c6
parent8cb724c5c42f4b3d4fc466201334af6e537ad202
Make rawvideo_read_packet return partial frames.
This is consistent with other demuxers and also fixes a memleak (memory
allocated for partial frame data was leaked).

Originally committed as revision 20130 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/raw.c