[FFmpeg-cvslog] r14273 - trunk/libavformat/mov.c

bcoudurier subversion
Fri Jul 18 02:24:31 CEST 2008


Author: bcoudurier
Date: Fri Jul 18 02:24:31 2008
New Revision: 14273

Log:
cosmetics, remove space

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Fri Jul 18 02:24:31 2008
@@ -1708,7 +1708,7 @@ static int mov_probe(AVProbeData *p)
         case MKTAG('j','u','n','k'):
         case MKTAG('p','i','c','t'):
             return AVPROBE_SCORE_MAX - 5;
-        case MKTAG(0x82,0x82,0x7f,0x7d ):
+        case MKTAG(0x82,0x82,0x7f,0x7d):
         case MKTAG('s','k','i','p'):
         case MKTAG('u','u','i','d'):
         case MKTAG('p','r','f','l'):




More information about the ffmpeg-cvslog mailing list