Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/aea.c')
-rw-r--r--libavformat/aea.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/aea.c b/libavformat/aea.c
index 3e25e5326c..c02942b598 100644
--- a/libavformat/aea.c
+++ b/libavformat/aea.c
@@ -100,6 +100,6 @@ AVInputFormat ff_aea_demuxer = {
.read_header = aea_read_header,
.read_packet = aea_read_packet,
.read_seek = ff_pcm_read_seek,
- .flags= AVFMT_GENERIC_INDEX,
- .extensions = "aea",
+ .flags = AVFMT_GENERIC_INDEX,
+ .extensions = "aea",
};