diff options
author | Stefan Huehner <stefan@huehner.org> | 2007-04-04 11:51:08 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2007-04-04 11:51:08 +0000 |
commit | 2b100ab2bff7993e2c662e80f53cdb76889a71d5 (patch) | |
tree | 1c0c4279ad23377e5676dc4f0bafe1103f03042d /libavformat/allformats.h | |
parent | ee5c8a9bc44d0a0e608e74f85debdf73609e4d68 (diff) | |
download | ffmpeg-2b100ab2bff7993e2c662e80f53cdb76889a71d5.tar.gz |
changes some function declarations from () to (void) as per ansi c.
Patch by Stefan Huehner % stefan A huehner P org %
Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.h')
-rw-r--r-- | libavformat/allformats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/allformats.h b/libavformat/allformats.h index e82ab80f5a..8b36c98c5f 100644 --- a/libavformat/allformats.h +++ b/libavformat/allformats.h @@ -179,6 +179,6 @@ int pcm_read_seek(AVFormatContext *s, /* rtsp.c */ int redir_open(AVFormatContext **ic_ptr, ByteIOContext *f); /* rtp.c */ -void av_register_rtp_dynamic_payload_handlers(); +void av_register_rtp_dynamic_payload_handlers(void); #endif |