On 03/06/2024 01:14, James Almer wrote:
Fixes "libavcodec/aac/aacdec_usac.c(543): error C2440: 'type cast': cannot convert
from 'GetBitContext' to 'GetBitContext'"
from msvc.
That's a very weird error. Why would they not permit casts of the same type?
Signed-off-by: James Almer
---
libavc
Fixes "libavcodec/aac/aacdec_usac.c(543): error C2440: 'type cast': cannot
convert from 'GetBitContext' to 'GetBitContext'"
from msvc.
Signed-off-by: James Almer
---
libavcodec/aac/aacdec_usac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/aac/aacdec_usac.c b/l