summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-21 10:58:46 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-08 14:15:51 +0100
commite7553f4c781751dc8ff243526caae009fc101921 (patch)
tree3c93ee871a1a767845abe2135ed229cd8cc33fd9 /Changelog
parentdb2d65ce1ed13ea9a530b1934963a16c3e8fa460 (diff)
avconv: do not silently ignore unused codec AVOptions.
Print an error and abort when the option is of the wrong type (decoding for output file or vice versa), since this could never be correct for any input or output configuration. Print a warning and continue when the option is of the correct type, just unused, so same commandlines can be reused for different kinds of input or output files.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 4df4b8dbd1..15c0873768 100644
--- a/Changelog
+++ b/Changelog
@@ -5,6 +5,8 @@ version 10:
- av_strnstr
- support ID3v2 tags in ASF files
- reference-counting for AVFrame and AVPacket data
+- avconv now fails when input options are used for output file
+ or vice versa
version 9: