diff rtp_h264.c @ 1983:fbc66bf1f15d libavformat

changes some function declarations from () to (void) as per ansi c. Patch by Stefan Huehner % stefan A huehner P org %
author gpoirier
date Wed, 04 Apr 2007 11:51:08 +0000
parents f794ef55fafe
children b849507913da
line wrap: on
line diff
--- a/rtp_h264.c	Tue Apr 03 21:09:36 2007 +0000
+++ b/rtp_h264.c	Wed Apr 04 11:51:08 2007 +0000
@@ -312,7 +312,7 @@
 }
 
 /* ---------------- public code */
-static void *h264_new_extradata()
+static void *h264_new_extradata(void)
 {
     h264_rtp_extra_data *data =
         av_mallocz(sizeof(h264_rtp_extra_data) +