OSDN Git Service

Add offset argument to encode_422_bitstream() to control where
authorJeff Downs <heydowns@borg.com>
Sat, 23 May 2009 19:30:35 +0000 (19:30 +0000)
committerJeff Downs <heydowns@borg.com>
Sat, 23 May 2009 19:30:35 +0000 (19:30 +0000)
commitaa5cfdfb4f11519c338372f5a52137c2e65a1a11
treecd7d9a44991fc1ac43807cd7c3c84d7c62275d5f
parent548a99742c2498575d0dbcd1aa030b9d51d28b18
Add offset argument to encode_422_bitstream() to control where
in the source data array to start encoding.
Change all calls to pass zero for this new argument for equivalent behavior.

This is a restructure to support a forthcoming bug fix.

Originally committed as revision 18918 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/huffyuv.c