summaryrefslogtreecommitdiff
path: root/libavformat/gxf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/gxf.c')
-rw-r--r--libavformat/gxf.c1
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;