summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-11-23 00:52:56 +0000
committerDiego Biurrun <diego@biurrun.de>2007-11-23 00:52:56 +0000
commitf8a80fd69df1735730f1b3c7f37506ffe0570d0d (patch)
tree595a12a7570060b9c2dc3afea7d48d390279199d /libavcodec/snow.c
parent541432c3b734a0aa62dea9af2e4fc6dbf65036ff (diff)
main() --> main(void)
Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/snow.c')
-rw-r--r--libavcodec/snow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index 241d80fa80..1795fde824 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -4755,7 +4755,7 @@ AVCodec snow_encoder = {
#undef printf
#undef random
-int main(){
+int main(void){
int width=256;
int height=256;
int buffer[2][width*height];