]> git.sesse.net Git - ffmpeg/commit
Replace buffer by AVPacket and avoid a memcpy() for video when the number
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 31 Dec 2008 01:53:12 +0000 (01:53 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 31 Dec 2008 01:53:12 +0000 (01:53 +0000)
commit0b4ff0c9ef2a5d4bd691a214f8a57d2d65274a18
tree644c6ebf5c2aa2e199486bb69ddd52728113aee9
parentfce48f5b0b77645fa517da071f85a2a0ef7b5646
Replace buffer by AVPacket and avoid a memcpy() for video when the number
of allocated slices matches the actual.
Audio still does a copy (marked with FIXME in the code so this is not missed).

Originally committed as revision 16402 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rmdec.c