diff options
author | Swaraj Hota <swarajhota353@gmail.com> | 2019-04-06 15:53:43 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2019-04-06 15:54:38 +0200 |
commit | 208ae228fa129041dc6671dcc45c025a11bf2cc6 (patch) | |
tree | 526490b16c46afcc5504d8d98cc31d18fc7d1284 /Changelog | |
parent | f4f40cbb578a09319f9ddafc80388a5556ec7713 (diff) | |
download | ffmpeg-208ae228fa129041dc6671dcc45c025a11bf2cc6.tar.gz |
lavf/flvdec: added support for KUX container
Fixes ticket #4519.
The metadata starting at 0xe00004 is encrypted
with the password "meta" but zlib does not
support decryption, so no kux metadata is read.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ version <next>: - Support decoding of HEVC 4:4:4 content in nvdec and cuviddec - removed libndi-newtek - agm decoder +- KUX demuxer version 4.1: |