1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

c syntax update patch by (mru at users dot sourceforge dot net (Måns Rullgård))

Originally committed as revision 1008 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2002-10-06 23:06:06 +00:00
committed by Michael Niedermayer
parent 0298af4887
commit bb76a117b1
9 changed files with 27 additions and 27 deletions

View File

@@ -630,7 +630,7 @@ AVInputFormat rtp_demux = {
rtp_read_header,
rtp_read_packet,
rtp_read_close,
flags: AVFMT_NOHEADER,
.flags = AVFMT_NOHEADER,
};
AVOutputFormat rtp_mux = {