OSDN Git Service

Move check for and call of predict_field_decoding_flag() from the mb code to
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 17 Feb 2010 02:14:02 +0000 (02:14 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 17 Feb 2010 02:14:02 +0000 (02:14 +0000)
commit69cc31832f47f00be8cac9c2c97a04ebb4844dec
tree6a6c7536323b69f913c353aec244a7c3b2a38bb0
parent59f733d1b1814ff7e2ead43415bb4b89cbed4b0f
Move check for and call of predict_field_decoding_flag() from the mb code to
the row code. This function would only be needed on a MB basis for MBAFF+FMO

Originally committed as revision 21860 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_cabac.c
libavcodec/h264_cavlc.c