summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-10-22 03:53:38 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-10-22 03:53:38 +0200
commit6969bed12c6fc53509aa694aab32d01838318f30 (patch)
tree36a8108a777f6bff99f8cdca449abd3f4dd6f192 /Changelog
parent41da4f8cb3a7ac6888dbe6a6bbe1a573a74062ff (diff)
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.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c319388cda..e05b1af544 100644
--- a/Changelog
+++ b/Changelog
@@ -37,6 +37,7 @@ version <next>:
- 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: