remove double AV_CODEC_ID_EAC3

Origin commit data
------------------
Branch: master
Commit: a364f5ef05
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2018-01-03 (Wed, 03 Jan 2018)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2018-01-03 19:33:40 +01:00
committed by max_10
parent 1631c86619
commit bbedc17e75

View File

@@ -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: