changeset 34022:fab5ae1132e7

Fix broken indentation due to a tab that slipped in.
author reimar
date Sat, 17 Sep 2011 16:53:22 +0000
parents fbb87f092560
children d0ecb5d14258
files libmpcodecs/vd_ffmpeg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Sat Sep 17 16:48:40 2011 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Sat Sep 17 16:53:22 2011 +0000
@@ -783,7 +783,7 @@
         /* 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;
         }