[MPlayer-dev-eng] [PATCH] enhance .3g2 output

adland123 adland123 at yahoo.com
Wed Apr 27 04:42:17 CEST 2005


Just a minor patch to change output when playing a .3g2 file

now we get this output while trying playback
 ISO: Unknown File Type Major Brand: 3g2a

change was based on this spec document
http://www.3gpp2.org/Public_html/specs/C.S0050-0_v1.0_121503.pdf
 section 8.1.1

--- main/libmpdemux/demux_mov.c 2005-03-30 17:10:07.000000000 -0500
+++ updated/libmpdemux/demux_mov.c      2005-04-26 22:43:59.000000000 -0400
@@ -352,6 +352,9 @@
            case MOV_FOURCC('3','g','p','2'):
              mp_msg(MSGT_DEMUX,MSGL_INFO,"ISO: File Type Major Brand: 3GPP Profile
 2\n");
              break;
+           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'):
              mp_msg(MSGT_DEMUX,MSGL_INFO,"ISO: File Type Major Brand: 3GPP Profile 
3\n");
              break;





More information about the MPlayer-dev-eng mailing list