mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +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:
@@ -231,5 +231,5 @@ AVInputFormat ff_spdif_demuxer = {
|
||||
.read_probe = spdif_probe,
|
||||
.read_header = spdif_read_header,
|
||||
.read_packet = spdif_read_packet,
|
||||
.flags = AVFMT_GENERIC_INDEX,
|
||||
.flags = AVFMT_GENERIC_INDEX,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user