summaryrefslogtreecommitdiff
path: root/libavformat/dtsdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/dtsdec.c')
-rw-r--r--libavformat/dtsdec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/dtsdec.c b/libavformat/dtsdec.c
index 95bae54519..c8da0d41ad 100644
--- a/libavformat/dtsdec.c
+++ b/libavformat/dtsdec.c
@@ -71,7 +71,7 @@ AVInputFormat ff_dts_demuxer = {
.read_probe = dts_probe,
.read_header = ff_raw_audio_read_header,
.read_packet = ff_raw_read_partial_packet,
- .flags= AVFMT_GENERIC_INDEX,
- .extensions = "dts",
+ .flags = AVFMT_GENERIC_INDEX,
+ .extensions = "dts",
.raw_codec_id = CODEC_ID_DTS,
};