OSDN Git Service

fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed aspect...
authorFabrice Bellard <fabrice@bellard.org>
Wed, 10 Dec 2003 11:18:36 +0000 (11:18 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Wed, 10 Dec 2003 11:18:36 +0000 (11:18 +0000)
commit32e7b91af1526f8706461311e2043b8c7e1d7a87
treeead12e55650bc53dc97f1a2f83fa72d81720a10e
parent26f548a7a6d644474657adc5aa3c8ac649073b1b
fixed potential problem if aspect_ratio_info == 0 for MPEG stream - fixed aspect ratio problem if CODEC_ID_MPEG2VIDEO is used to decode an MPEG1 stream (which is the recommended codec id for mpeg video)

Originally committed as revision 2587 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpeg12.c