summaryrefslogtreecommitdiff
path: root/libavformat/ac3dec.c
diff options
context:
space:
mode:
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