OSDN Git Service

The debug text output of macroblocks can indicate MB_TYPE_INTERLACED,
authorIvan Kalvachev <ikalvachev@gmail.com>
Tue, 21 Sep 2010 22:44:27 +0000 (22:44 +0000)
committerIvan Kalvachev <ikalvachev@gmail.com>
Tue, 21 Sep 2010 22:44:27 +0000 (22:44 +0000)
commit392c99007fa2a9d7659a883eff9816440ba70250
treef395c0f164320e27c6311a05ee477e7b2d4b4327
parent26d5112c5709ccd0a363160d8253133a3a963648
The debug text output of macroblocks can indicate MB_TYPE_INTERLACED,
but it used to do it only for h264 codec.
Allow it for other codecs, as mpeg2 and mpeg4 also set this flag.

Originally committed as revision 25156 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo.c