From 5469b788ea0dcdfcd368dade51bd15a76165ffd6 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Fri, 18 Jul 2008 00:24:31 +0000 Subject: [PATCH] cosmetics, remove space Originally committed as revision 14273 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 483971a479..c13f877e23 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -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'):