Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-24 17:14:13 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-26 12:27:50 +0400
commitc6080d89009056530119ab794ad02e4d515c7754 (patch)
tree0f761883cbef7b618c08692397fcf7816d88a34a /Changelog
parent1eaac1d6f7bb8e52d82e1a114c88a59a9a8e5025 (diff)
lavc: remove mp3_header_(de)compress bitstream filters
They mangle the mp3 header in a non-standard way to save a few bytes. People who care about space so much should just use a more efficient codec.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index c0cb73ca72..9747720690 100644
--- a/Changelog
+++ b/Changelog
@@ -49,6 +49,7 @@ version 10:
- dar variable in the scale filter now returns the actual DAR (i.e. a * sar)
- VP9 decoder
- support for decoding through VDPAU in avconv (the -hwaccel option)
+- remove mp3_header_(de)compress bitstream filters
version 9: