summaryrefslogtreecommitdiff
path: root/libavformat/mp3dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mp3dec.c')
-rw-r--r--libavformat/mp3dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c
index 14edc4ae8e..5c263edca9 100644
--- a/libavformat/mp3dec.c
+++ b/libavformat/mp3dec.c
@@ -282,5 +282,5 @@ AVInputFormat ff_mp3_demuxer = {
.read_seek = mp3_seek,
.priv_data_size = sizeof(MP3DecContext),
.flags = AVFMT_GENERIC_INDEX,
- .extensions = "mp2,mp3,m2a", /* XXX: use probe */
+ .extensions = "mp2,mp3,m2a,mpa", /* XXX: use probe */
};