1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-13 18:36:09 +00:00

Also '3g2a' can be used for 3GPP Profile 2

Based on patch by adland


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15287 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2005-04-28 18:25:50 +00:00
parent be54f4813f
commit a6d915256b

View File

@ -350,6 +350,7 @@ int mov_check_file(demuxer_t* demuxer){
mp_msg(MSGT_DEMUX,MSGL_INFO,"ISO: File Type Major Brand: 3GPP Profile 1\n");
break;
case MOV_FOURCC('3','g','p','2'):
case MOV_FOURCC('3','g','2','a'):
mp_msg(MSGT_DEMUX,MSGL_INFO,"ISO: File Type Major Brand: 3GPP Profile 2\n");
break;
case MOV_FOURCC('3','g','p','3'):