Mercurial > libavformat.hg
changeset 3927:bb5d73587d16 libavformat
revert r14983, value is not sample aspect ratio, it is display aspect ratio
author | bcoudurier |
---|---|
date | Wed, 17 Sep 2008 23:14:48 +0000 |
parents | 14020f10caf7 |
children | 2768ffe4332b |
files | mxfdec.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mxfdec.c Sun Sep 14 20:00:36 2008 +0000 +++ b/mxfdec.c Wed Sep 17 23:14:48 2008 +0000 @@ -789,7 +789,6 @@ 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);