Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-30 21:38:25 +0300
committerDiego Biurrun <diego@biurrun.de>2009-01-30 21:38:25 +0300
commitdc8a7c93d3381d7336c3dd37956bdb6e88c9eaf9 (patch)
tree83ddfde3d92c1c8ae6384b31a07fc37c13779afd /libavcodec/rv34.c
parentf92a6c66ed2dfb4c421934984b1869b21cb961dc (diff)
Add missing void keyword to parameterless function declarations.
Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rv34.c')
-rw-r--r--libavcodec/rv34.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv34.c b/libavcodec/rv34.c
index 5de62daa4f..ca1db04b3c 100644
--- a/libavcodec/rv34.c
+++ b/libavcodec/rv34.c
@@ -101,7 +101,7 @@ static void rv34_gen_vlc(const uint8_t *bits, int size, VLC *vlc, const uint8_t
/**
* Initialize all tables.
*/
-static av_cold void rv34_init_tables()
+static av_cold void rv34_init_tables(void)
{
int i, j, k;