Skip to content
Snippets Groups Projects
Commit 0de9d3dd authored by Reuben Martin's avatar Reuben Martin Committed by Michael Niedermayer
Browse files

gxf: Added GXF format code 25 which is used for DV codec in HD resolutions

parent 42bd0cd2
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,7 @@ static int get_sindex(AVFormatContext *s, int id, int format) { ...@@ -122,6 +122,7 @@ static int get_sindex(AVFormatContext *s, int id, int format) {
break; break;
case 14: case 14:
case 16: case 16:
case 25:
st->codec->codec_type = AVMEDIA_TYPE_VIDEO; st->codec->codec_type = AVMEDIA_TYPE_VIDEO;
st->codec->codec_id = AV_CODEC_ID_DVVIDEO; st->codec->codec_id = AV_CODEC_ID_DVVIDEO;
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment