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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ross <pross@xvid.org>2015-10-22 05:46:25 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-10-22 13:08:05 +0300
commitcdfc61de4eeac2fe6a129ad2fa11ffb61353b9d6 (patch)
treeca0662892c035dddad3f2a27e2e89a94ee716c3d /libavformat
parent775b84e30ef240a7ac23596c407ef1a637e71447 (diff)
libavformat/electronicarts: also demux mpeg audio layer 2
Signed-off-by: Peter Ross <pross@xvid.org> http://wiki.multimedia.cx/index.php?title=Electronic_Arts_SCxl Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/electronicarts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c
index 8087c9f5ea..dc6606038a 100644
--- a/libavformat/electronicarts.c
+++ b/libavformat/electronicarts.c
@@ -239,6 +239,7 @@ static int process_audio_header_elements(AVFormatContext *s)
return 0;
}
break;
+ case 15:
case 16:
ea->audio_codec = AV_CODEC_ID_MP3;
break;