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_mpc_demuxer = {
|
||||
.read_packet = mpc_read_packet,
|
||||
.read_close = mpc_read_close,
|
||||
.read_seek = mpc_read_seek,
|
||||
.extensions = "mpc",
|
||||
.extensions = "mpc",
|
||||
};
|
||||
|
Reference in New Issue
Block a user