[SCM] libav/experimental: cosmetics, remove space
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:25:33 UTC 2013
The following commit has been merged in the experimental branch:
commit 5469b788ea0dcdfcd368dade51bd15a76165ffd6
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Fri Jul 18 00:24:31 2008 +0000
cosmetics, remove space
Originally committed as revision 14273 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 483971a..c13f877 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'):
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list