diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-10-22 03:53:38 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-10-22 03:53:38 +0200 |
commit | 6969bed12c6fc53509aa694aab32d01838318f30 (patch) | |
tree | 36a8108a777f6bff99f8cdca449abd3f4dd6f192 /Changelog | |
parent | 41da4f8cb3a7ac6888dbe6a6bbe1a573a74062ff (diff) | |
download | ffmpeg-6969bed12c6fc53509aa694aab32d01838318f30.tar.gz |
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-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |