]> git.sesse.net Git - ffmpeg/commit
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer
authorLuca Abeni <lucabe72@email.it>
Wed, 14 Feb 2007 13:25:24 +0000 (13:25 +0000)
committerLuca Abeni <lucabe72@email.it>
Wed, 14 Feb 2007 13:25:24 +0000 (13:25 +0000)
commit41536a607834431dedad2f058a2744528e414bf7
treef3fe20fae87ba34f7c17a0d7820dd2a94661538f
parenta492ad9f633c3066f51e254875e1d1b01a02076c
Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer
and copying the frame into it (remove a memcpy())

Originally committed as revision 7981 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/v4l2.c