[SCM] libav/experimental: Fix weird indent.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:16:44 UTC 2013
The following commit has been merged in the experimental branch:
commit 6705dd5f9889d7877b3503fb09b46fb9d875de17
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Fri Oct 1 16:02:10 2010 +0000
Fix weird indent.
Originally committed as revision 25287 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcore/parseutils.c b/libavcore/parseutils.c
index e8ce6cf..b59b819 100644
--- a/libavcore/parseutils.c
+++ b/libavcore/parseutils.c
@@ -121,10 +121,10 @@ int av_parse_video_rate(AVRational *rate, const char *arg)
/* First, we check our abbreviation table */
for (i = 0; i < n; ++i)
- if (!strcmp(video_rate_abbrs[i].abbr, arg)) {
- *rate = video_rate_abbrs[i].rate;
- return 0;
- }
+ if (!strcmp(video_rate_abbrs[i].abbr, arg)) {
+ *rate = video_rate_abbrs[i].rate;
+ return 0;
+ }
/* Then, we try to parse it as fraction */
cp = strchr(arg, '/');
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list