Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 10:48:14 +0000 (10:48 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 30 Sep 2009 10:48:14 +0000 (10:48 +0000)
commit75ddee0a26172d78a866d47d9be740691b254e49
tree78ff2c1c77ef9d4ea7a72b618977a4a79797c01e
parenteb0d04c325a6c2bb46a627f247fe1c73d5a80506
Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0
with put_bits.

Originally committed as revision 20096 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mjpegenc.c