mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
cosmetics: Align muxer/demuxer declarations
Also add missing trailing commas, break long codec_tag lines and add spaces in codec_tag declarations. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@ -503,5 +503,5 @@ AVOutputFormat ff_rtp_muxer = {
|
||||
.write_header = rtp_write_header,
|
||||
.write_packet = rtp_write_packet,
|
||||
.write_trailer = rtp_write_trailer,
|
||||
.priv_class = &rtp_muxer_class,
|
||||
.priv_class = &rtp_muxer_class,
|
||||
};
|
||||
|
Reference in New Issue
Block a user