[MPlayer-cvslog] r34110 - trunk/libmpcodecs/vd_ffmpeg.c

reimar subversion at mplayerhq.hu
Sat Sep 17 18:53:22 CEST 2011


Author: reimar
Date: Sat Sep 17 18:53:22 2011
New Revision: 34110

Log:
Fix broken indentation due to a tab that slipped in.

Modified:
   trunk/libmpcodecs/vd_ffmpeg.c

Modified: trunk/libmpcodecs/vd_ffmpeg.c
==============================================================================
--- trunk/libmpcodecs/vd_ffmpeg.c	Sat Sep 17 18:48:40 2011	(r34109)
+++ trunk/libmpcodecs/vd_ffmpeg.c	Sat Sep 17 18:53:22 2011	(r34110)
@@ -783,7 +783,7 @@ static mp_image_t *decode(sh_video_t *sh
         /* Pass palette to codec */
         uint8_t *pal = av_packet_new_side_data(&pkt, AV_PKT_DATA_PALETTE, AVPALETTE_SIZE);
         unsigned palsize = sh->bih->biSize - sizeof(*sh->bih);
-	if (palsize == 0) {
+        if (palsize == 0) {
             /* Palette size in biClrUsed */
             palsize = sh->bih->biClrUsed * 4;
         }


More information about the MPlayer-cvslog mailing list