mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
cosmetics: Align some AVInput/OutputFormat declarations
Also add missing trailing commas. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
bb39bd195a
commit
17934c1824
@ -1929,7 +1929,7 @@ AVInputFormat ff_sdp_demuxer = {
|
|||||||
.read_header = sdp_read_header,
|
.read_header = sdp_read_header,
|
||||||
.read_packet = ff_rtsp_fetch_packet,
|
.read_packet = ff_rtsp_fetch_packet,
|
||||||
.read_close = sdp_read_close,
|
.read_close = sdp_read_close,
|
||||||
.priv_class = &sdp_demuxer_class
|
.priv_class = &sdp_demuxer_class,
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_SDP_DEMUXER */
|
#endif /* CONFIG_SDP_DEMUXER */
|
||||||
|
|
||||||
@ -2048,6 +2048,6 @@ AVInputFormat ff_rtp_demuxer = {
|
|||||||
.read_packet = ff_rtsp_fetch_packet,
|
.read_packet = ff_rtsp_fetch_packet,
|
||||||
.read_close = sdp_read_close,
|
.read_close = sdp_read_close,
|
||||||
.flags = AVFMT_NOFILE,
|
.flags = AVFMT_NOFILE,
|
||||||
.priv_class = &rtp_demuxer_class
|
.priv_class = &rtp_demuxer_class,
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_RTP_DEMUXER */
|
#endif /* CONFIG_RTP_DEMUXER */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user