From 0de9d3dd1c7340d49c685e5bcdd09dad72d519cc Mon Sep 17 00:00:00 2001 From: Reuben Martin Date: Mon, 17 Jun 2013 15:22:46 -0500 Subject: [PATCH] gxf: Added GXF format code 25 which is used for DV codec in HD resolutions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Reimar Döffinger Signed-off-by: Michael Niedermayer --- libavformat/gxf.c | 1 + 1 file changed, 1 insertion(+) 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;