[Mplayer-cvslog] CVS: main/libmpcodecs vd_libmpeg2.c,1.30,1.31
Diego Biurrun
diego at biurrun.de
Tue Aug 24 21:13:18 CEST 2004
Jindrich Makovicka CVS writes:
>
> Modified Files:
> vd_libmpeg2.c
> Log Message:
> libmpeg2 B-frame fix
>
> -// printf("draw_slice() y=%d \n",y);
> +// printf("draw_slice() y=%d \n",y);
cosmetics
> - mpi=mpcodecs_get_image(sh,MP_IMGTYPE_IPB,
> - (type==PIC_FLAG_CODING_TYPE_B)
> + mpi_new=mpcodecs_get_image(sh,MP_IMGTYPE_IPB,
> + (type==PIC_FLAG_CODING_TYPE_B)
maybe cosmetics (only the second line)
> - : (MP_IMGFLAG_PRESERVE|MP_IMGFLAG_READABLE),
> + : (MP_IMGFLAG_PRESERVE|MP_IMGFLAG_READABLE),
cosmetics
Why these whitespace changes? Reverse and recommit? Or is this not
worth it?
Diego
More information about the MPlayer-cvslog
mailing list