mirror of
https://github.com/videolan/vlc.git
synced 2024-11-23 01:43:35 +08:00
g64: support more headers
This commit is contained in:
parent
903ac7f2ef
commit
ff70ea7a0d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user