fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped...
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 4 Dec 2002 11:47:24 +0000 (11:47 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 4 Dec 2002 11:47:24 +0000 (11:47 +0000)
commitce3bcaeda1dec8bdc25d4daf5a8358feafe5d124
treedb00d0a54f159194d5739289396a823f87405551
parentdc172cc13bf9030c98a9b8b4e28c6052c848e469
fixing illegal 3. esc bug (the mpeg4 std only requires encoders to use unescaped symbols but not esc1 or esc2 if they are shorter than esc3, andjust beause its logical to use the shortest possible vlc doesnt mean encoders do that)

Originally committed as revision 1304 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/avcodec.h
libavcodec/h263.c