[MPlayer-cvslog] CVS: main/libmpdemux demux_mov.c,1.117,1.118
Roberto Togni CVS
syncmail at mplayerhq.hu
Thu Apr 28 20:25:52 CEST 2005
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux demux_mkv.c, 1.39, 1.40 demux_mpg.c, 1.56, 1.57 demuxer.c, 1.185, 1.186 demuxer.h, 1.75, 1.76
- Next message: [MPlayer-cvslog] CVS: main mplayer.c,1.843,1.844
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv1588
Modified Files:
demux_mov.c
Log Message:
Also '3g2a' can be used for 3GPP Profile 2
Based on patch by adland
Index: demux_mov.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mov.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- demux_mov.c 30 Mar 2005 22:10:07 -0000 1.117
+++ demux_mov.c 28 Apr 2005 18:25:50 -0000 1.118
@@ -350,6 +350,7 @@
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'):
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux demux_mkv.c, 1.39, 1.40 demux_mpg.c, 1.56, 1.57 demuxer.c, 1.185, 1.186 demuxer.h, 1.75, 1.76
- Next message: [MPlayer-cvslog] CVS: main mplayer.c,1.843,1.844
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list