diff options
author | Reuben Martin <reuben.m@gmail.com> | 2013-06-17 15:22:46 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-27 17:18:41 +0200 |
commit | 0de9d3dd1c7340d49c685e5bcdd09dad72d519cc (patch) | |
tree | baa7272b7c46091c472f09302ae6a616ddd88352 /libavformat/gxf.c | |
parent | 42bd0cd21ae68abef4436cc97d67f592be38d3e3 (diff) | |
download | ffmpeg-0de9d3dd1c7340d49c685e5bcdd09dad72d519cc.tar.gz |
gxf: Added GXF format code 25 which is used for DV codec in HD resolutions
Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/gxf.c')
-rw-r--r-- | libavformat/gxf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/gxf.c b/libavformat/gxf.c index 86e629135d..5a36854030 100644 --- a/libavformat/gxf.c +++ b/libavformat/gxf.c @@ -122,6 +122,7 @@ static int get_sindex(AVFormatContext *s, int id, int format) { break; case 14: case 16: + case 25: st->codec->codec_type = AVMEDIA_TYPE_VIDEO; st->codec->codec_id = AV_CODEC_ID_DVVIDEO; break; |