revert r14983, value is not sample aspect ratio, it is display aspect ratio
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 17 Sep 2008 23:14:48 +0000 (23:14 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 17 Sep 2008 23:14:48 +0000 (23:14 +0000)
Originally committed as revision 15352 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/mxfdec.c

index ea90d52..55dc520 100644 (file)
@@ -789,7 +789,6 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
             st->codec->width = descriptor->width;
             st->codec->height = descriptor->height;
             st->codec->bits_per_coded_sample = descriptor->bits_per_sample; /* Uncompressed */
-            st->sample_aspect_ratio = descriptor->aspect_ratio;
             st->need_parsing = AVSTREAM_PARSE_HEADERS;
         } else if (st->codec->codec_type == CODEC_TYPE_AUDIO) {
             container_ul = mxf_get_codec_ul(mxf_essence_container_uls, essence_container_ul);