From c6080d89009056530119ab794ad02e4d515c7754 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 24 Nov 2013 14:14:13 +0100 Subject: 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. --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') 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: -- cgit v1.2.3