libeplayer3/input: fix AV_CODEC_ID_MP2 usage

Origin commit data
------------------
Branch: master
Commit: 7b0ea65fcd
Author: martii <m4rtii@gmx.de>
Date: 2014-04-12 (Sat, 12 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-12 16:53:55 +02:00
parent f8bcbc51c6
commit 4dc670a971

View File

@@ -455,7 +455,7 @@ bool Input::UpdateTracks()
}
case AVMEDIA_TYPE_AUDIO: {
switch(stream->codec->codec_id) {
case AUDIO_ENCODING_MPEG2:
case AV_CODEC_ID_MP2:
track.ac3flags = 9;
break;
case AV_CODEC_ID_MP3: