summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-07-18 00:24:31 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-07-18 00:24:31 +0000
commit5469b788ea0dcdfcd368dade51bd15a76165ffd6 (patch)
treeb4481494d045e4d280a404278542441aea69ce87 /libavformat
parent40e7aaa38450f341c91098f8e51963d2e9316fa7 (diff)
cosmetics, remove space
Originally committed as revision 14273 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
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'):