mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mxfdec: set sample_aspect_ratio
Originally committed as revision 14983 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
67f718bd11
commit
2a242f4514
@ -778,6 +778,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
|
||||
st->codec->width = descriptor->width;
|
||||
st->codec->height = descriptor->height;
|
||||
st->codec->bits_per_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(ff_mxf_essence_container_uls, essence_container_ul);
|
||||
|
Loading…
Reference in New Issue
Block a user