diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-09-17 23:14:48 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-09-17 23:14:48 +0000 |
commit | 5813a29eb10d372244940bc8db278258ee05dbd5 (patch) | |
tree | 0186f5112ef850fd89ab0247564c009b552ee761 /libavformat/mxfdec.c | |
parent | 3c1ebfd56d44628ec6ddb21242428e344acad1c2 (diff) | |
download | ffmpeg-5813a29eb10d372244940bc8db278258ee05dbd5.tar.gz |
revert r14983, value is not sample aspect ratio, it is display aspect ratio
Originally committed as revision 15352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxfdec.c')
-rw-r--r-- | libavformat/mxfdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index ea90d522ea..55dc5202ec 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -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); |