mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
libeplayer3/input: fix AV_CODEC_ID_MP2 usage
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user