You've already forked FFmpeg
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:
committed by
Michael Niedermayer
parent
0298af4887
commit
bb76a117b1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user