diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-07-22 10:23:18 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2015-07-22 10:23:18 +0200 |
commit | 35b33f1a195c392bca374b3a49b7a18811effe56 (patch) | |
tree | 8d6fca083fe3c0dc9ea97590ebb5918d118026e6 /libavformat/mxf.h | |
parent | d373b508b540aa18d13ad97bc330530fa8219421 (diff) | |
download | ffmpeg-35b33f1a195c392bca374b3a49b7a18811effe56.tar.gz |
lavf/mxfdec: Set codec_tag AVup for Avid 1:1 input.
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r-- | libavformat/mxf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h index 1763063a69..f3db1f939b 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -78,6 +78,7 @@ typedef struct { extern const MXFCodecUL ff_mxf_data_definition_uls[]; extern const MXFCodecUL ff_mxf_codec_uls[]; extern const MXFCodecUL ff_mxf_pixel_format_uls[]; +extern const MXFCodecUL ff_mxf_codec_tag_uls[]; int ff_mxf_decode_pixel_layout(const char pixel_layout[16], enum AVPixelFormat *pix_fmt); const MXFSamplesPerFrame *ff_mxf_get_samples_per_frame(AVFormatContext *s, AVRational time_base); |