From 6969bed12c6fc53509aa694aab32d01838318f30 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 22 Oct 2016 03:53:38 +0200 Subject: lavf/rtpdec_g726: Map mime type G726 to g726le. Add new mime types AAL2-G726 for g726 as suggested in rfc 3551. This patch will break interaction with applications that incorrectly use big-endian G.726 with mime type G726 but we know of at least one device (DVTel camera) that correctly implements the rfc, so do the same. Fixes ticket #5890. --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index c319388cda..e05b1af544 100644 --- a/Changelog +++ b/Changelog @@ -37,6 +37,7 @@ version : - libfaac encoder removed - Matroska muxer now writes CRC32 elements by default in all Level 1 elements - sidedata video and asidedata audio filter +- Changed mapping of rtp MIME type G726 to codec g726le. version 3.1: -- cgit v1.2.3