mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
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:
@@ -455,7 +455,7 @@ bool Input::UpdateTracks()
|
|||||||
}
|
}
|
||||||
case AVMEDIA_TYPE_AUDIO: {
|
case AVMEDIA_TYPE_AUDIO: {
|
||||||
switch(stream->codec->codec_id) {
|
switch(stream->codec->codec_id) {
|
||||||
case AUDIO_ENCODING_MPEG2:
|
case AV_CODEC_ID_MP2:
|
||||||
track.ac3flags = 9;
|
track.ac3flags = 9;
|
||||||
break;
|
break;
|
||||||
case AV_CODEC_ID_MP3:
|
case AV_CODEC_ID_MP3:
|
||||||
|
Reference in New Issue
Block a user