[SCM] libav/experimental: Drop argc/argv parameters from main(), they are unused.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:51:24 UTC 2013
The following commit has been merged in the experimental branch:
commit 9407246d7a41a5fcd53927ae6d085f517bbad304
Author: Diego Biurrun <diego at biurrun.de>
Date: Fri Sep 18 10:14:46 2009 +0000
Drop argc/argv parameters from main(), they are unused.
Originally committed as revision 19907 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/tools/probetest.c b/tools/probetest.c
index 34044a9..d1d77b3 100644
--- a/tools/probetest.c
+++ b/tools/probetest.c
@@ -48,7 +48,7 @@ static void probe(AVProbeData *pd, int type, int p, int size)
}
}
-int main(int argc, char **argv)
+int main(void)
{
unsigned int p, i, type, size, retry;
AVProbeData pd;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list