summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ross <[email protected]>2015-10-22 13:46:25 +1100
committerMichael Niedermayer <[email protected]>2015-10-22 12:08:05 +0200
commitcdfc61de4eeac2fe6a129ad2fa11ffb61353b9d6 (patch)
treeca0662892c035dddad3f2a27e2e89a94ee716c3d
parent775b84e30ef240a7ac23596c407ef1a637e71447 (diff)
libavformat/electronicarts: also demux mpeg audio layer 2
Signed-off-by: Peter Ross <[email protected]> http://wiki.multimedia.cx/index.php?title=Electronic_Arts_SCxl Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
-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;