mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
remove double AV_CODEC_ID_EAC3
This commit is contained in:
@@ -391,7 +391,6 @@ static char *Codec2Encoding(int32_t codec_id, int32_t media_type, uint8_t *extra
|
||||
case AV_CODEC_ID_WMAV1:
|
||||
case AV_CODEC_ID_WMAV2:
|
||||
return (wma_software_decode) ? "A_IPCM" : "A_WMA";
|
||||
case 86056:
|
||||
case AV_CODEC_ID_WMAPRO:
|
||||
return (wma_software_decode) ? "A_IPCM" : "A_WMA/PRO";
|
||||
case AV_CODEC_ID_WMALOSSLESS:
|
||||
|
Reference in New Issue
Block a user