[Mplayer-cvslog] CVS: main/libmpdemux aviheader.c,1.62,1.63
Atmosfear
syncmail at mplayerhq.hu
Wed Oct 20 04:13:35 CEST 2004
- Previous message: [Mplayer-cvslog] CVS: main divx4_vbr.c, 1.8, 1.9 fifo.c, 1.4, 1.5 find_sub.c, 1.12, 1.13 m_config.c, 1.9, 1.10
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.306,1.307
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Atmosfear
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv29684/libmpdemux
Modified Files:
aviheader.c
Log Message:
Index-Recovery cosmetix
Index: aviheader.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/aviheader.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- aviheader.c 18 Oct 2004 13:16:13 -0000 1.62
+++ aviheader.c 20 Oct 2004 02:13:33 -0000 1.63
@@ -283,7 +283,7 @@
case mmioFOURCC('M', 'P', 'G', '4'):
case mmioFOURCC('m', 'p', 'g', '4'):
case mmioFOURCC('D', 'I', 'V', '1'):
- idxfix_divx=3; // we can fix keyframes only for divx coded files!
+ idxfix_divx=3; // set index recovery mpeg4 flavour: msmpeg4v1
mp_msg(MSGT_HEADER,MSGL_V,"Regenerating keyframe table for M$ mpg4v1 video\n");
break;
case mmioFOURCC('D', 'I', 'V', '3'):
@@ -300,16 +300,16 @@
case mmioFOURCC('m', 'p', '4', '2'):
case mmioFOURCC('D', 'I', 'V', '2'):
case mmioFOURCC('A', 'P', '4', '1'):
- idxfix_divx=1; // we can fix keyframes only for divx coded files!
- mp_msg(MSGT_HEADER,MSGL_V,"Regenerating keyframe table for DIVX 3 video\n");
+ idxfix_divx=1; // set index recovery mpeg4 flavour: msmpeg4v3
+ mp_msg(MSGT_HEADER,MSGL_V,"Regenerating keyframe table for DIVX3 video\n");
break;
case mmioFOURCC('D', 'I', 'V', 'X'):
case mmioFOURCC('d', 'i', 'v', 'x'):
case mmioFOURCC('D', 'X', '5', '0'):
case mmioFOURCC('X', 'V', 'I', 'D'):
case mmioFOURCC('x', 'v', 'i', 'd'):
- idxfix_divx=2; // we can fix keyframes only for divx coded files!
- mp_msg(MSGT_HEADER,MSGL_V,"Regenerating keyframe table for DIVX 4 video\n");
+ idxfix_divx=2; // set index recovery mpeg4 flavour: generic mpeg4
+ mp_msg(MSGT_HEADER,MSGL_V,"Regenerating keyframe table for MPEG4 video\n");
break;
}
} else
- Previous message: [Mplayer-cvslog] CVS: main divx4_vbr.c, 1.8, 1.9 fifo.c, 1.4, 1.5 find_sub.c, 1.12, 1.13 m_config.c, 1.9, 1.10
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.306,1.307
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list