projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
changes some function declarations from () to (void) as per ansi c.
[ffmpeg.git]
/
libavformat
/
rtp_h264.c
diff --git
a/libavformat/rtp_h264.c
b/libavformat/rtp_h264.c
index
d38e878
..
0ae6aa6
100644
(file)
--- a/
libavformat/rtp_h264.c
+++ b/
libavformat/rtp_h264.c
@@
-312,7
+312,7
@@
static int h264_handle_packet(RTPDemuxContext * s,
}
/* ---------------- 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) +