[Mplayer-cvslog] CVS: main/libmpdemux aviheader.c,1.61,1.62

Diego Biurrun diego at biurrun.de
Tue Oct 19 10:19:56 CEST 2004


On Tue, Oct 19, 2004 at 07:02:57AM +0200, Felix Buenemann wrote:
> On Monday 18 October 2004 23:44, Alexander Strasser wrote:
> > Atmosfear wrote ( On Mon, Oct 18, 2004 at 03:16:17PM +0200 ):
> > >
> > > Modified Files:
> > > 	aviheader.c
> > > Log Message:
> > > Recover Keyframe-Index for XviD aswell
> > >
> > > --- 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.
> Ahh, that's only cosmetics then =) So at least I have to do it in extra 
> commit...

You can always change CVS log messages with "cvs admin -m".

Diego




More information about the MPlayer-cvslog mailing list