summaryrefslogtreecommitdiffstats
path: root/libavcodec/mlp.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-30 18:38:25 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-30 18:38:25 +0000
commitdc8a7c93d3381d7336c3dd37956bdb6e88c9eaf9 (patch)
tree83ddfde3d92c1c8ae6384b31a07fc37c13779afd /libavcodec/mlp.c
parentf92a6c66ed2dfb4c421934984b1869b21cb961dc (diff)
downloadffmpeg-streaming-dc8a7c93d3381d7336c3dd37956bdb6e88c9eaf9.zip
ffmpeg-streaming-dc8a7c93d3381d7336c3dd37956bdb6e88c9eaf9.tar.gz
Add missing void keyword to parameterless function declarations.
Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mlp.c')
-rw-r--r--libavcodec/mlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mlp.c b/libavcodec/mlp.c
index 6f10c35..c522617 100644
--- a/libavcodec/mlp.c
+++ b/libavcodec/mlp.c
@@ -46,7 +46,7 @@ static AVCRC crc_63[1024];
static AVCRC crc_1D[1024];
static AVCRC crc_2D[1024];
-void av_cold ff_mlp_init_crc()
+av_cold void ff_mlp_init_crc(void)
{
if (!crc_init) {
av_crc_init(crc_63, 0, 8, 0x63, sizeof(crc_63));
OpenPOWER on IntegriCloud