[Mplayer-cvslog] CVS: main/libmpdemux aviheader.c,1.61,1.62
Alexander Strasser
eclipse7 at gmx.net
Mon Oct 18 23:44:06 CEST 2004
Atmosfear wrote ( On Mon, Oct 18, 2004 at 03:16:17PM +0200 ):
> CVS change done by Atmosfear
>
> Update of /cvsroot/mplayer/main/libmpdemux
> In directory mail:/var2/tmp/cvs-serv14004/libmpdemux
>
> Modified Files:
> aviheader.c
> Log Message:
> Recover Keyframe-Index for XviD aswell
>
> Index: aviheader.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libmpdemux/aviheader.c,v
> retrieving revision 1.61
> retrieving revision 1.62
> diff -u -r1.61 -r1.62
> --- aviheader.c 28 Aug 2004 20:56:56 -0000 1.61
> +++ aviheader.c 18 Oct 2004 13:16:13 -0000 1.62
> @@ -306,6 +306,8 @@
> 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");
> break;
Maybe you could change the comment and the output below to sth more
appropriate as it seems quite unprecise/wrong.
Alex (beastd)
More information about the MPlayer-cvslog
mailing list