summaryrefslogtreecommitdiff
path: root/libavformat/ac3dec.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-04-06 17:50:48 +0300
committerMartin Storsjö <martin@martin.st>2012-04-06 19:19:59 +0300
commit20234a4bd7e187ae31f9a66b5c40e98666bc30e4 (patch)
treef4028785d58b3f2c7897eebd5f99c10b3b565ff1 /libavformat/ac3dec.c
parentfdf3a749d3b767d3569b7a19b1f4cf7e411ee2c0 (diff)
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>
Diffstat (limited to 'libavformat/ac3dec.c')
-rw-r--r--libavformat/ac3dec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/ac3dec.c b/libavformat/ac3dec.c
index 4078b1b6bc..60c3cf97e4 100644
--- a/libavformat/ac3dec.c
+++ b/libavformat/ac3dec.c
@@ -94,8 +94,8 @@ AVInputFormat ff_eac3_demuxer = {
.read_probe = eac3_probe,
.read_header = ff_raw_audio_read_header,
.read_packet = ff_raw_read_partial_packet,
- .flags= AVFMT_GENERIC_INDEX,
- .extensions = "eac3",
+ .flags = AVFMT_GENERIC_INDEX,
+ .extensions = "eac3",
.raw_codec_id = CODEC_ID_EAC3,
};
#endif