Skip to content
Snippets Groups Projects
Commit ff70ea7a authored by Thomas Guillem's avatar Thomas Guillem Committed by Steve Lhomme
Browse files

g64: support more headers

parent 903ac7f2
No related branches found
No related tags found
1 merge request!6363g64: support more headers
Pipeline #537054 passed with stage
in 1 hour and 33 seconds
......@@ -834,9 +834,14 @@ static int Open( vlc_object_t * p_this )
{
case 0x1F:
case 0x1D:
case 0x21:
case 0x31:
case 0x34:
es_format_Init( &fmt, VIDEO_ES, VLC_CODEC_H264 );
break;
case 0x3D:
case 0x41:
case 0x43:
es_format_Init( &fmt, VIDEO_ES, VLC_CODEC_HEVC );
break;
case 0xD2:
......
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