[FFmpeg-soc] [soc]: r2540 - mlp/mlpdec.c

ramiro subversion at mplayerhq.hu
Sun Jun 22 15:06:10 CEST 2008


Author: ramiro
Date: Sun Jun 22 15:06:10 2008
New Revision: 2540

Log:
Vertically align warning message.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c	(original)
+++ mlp/mlpdec.c	Sun Jun 22 15:06:10 2008
@@ -450,7 +450,7 @@ static int read_restart_header(MLPDecode
         tmp &= 0xff;
         if (tmp != lossless_check)
             av_log(m->avctx, AV_LOG_WARNING,
-                   "Lossless check failed - expected %x, calculated %x\n",
+                   "Lossless check failed - expected %02x, calculated %02x\n",
                    lossless_check, tmp);
         else
             dprintf(m->avctx, "Lossless check passed for substream %d (%x)\n",



More information about the FFmpeg-soc mailing list