diff options
author | Anton Khirnov | 2013-02-21 10:58:46 +0100 |
---|---|---|
committer | Anton Khirnov | 2013-03-08 14:15:51 +0100 |
commit | e7553f4c781751dc8ff243526caae009fc101921 (patch) | |
tree | 3c93ee871a1a767845abe2135ed229cd8cc33fd9 /Changelog | |
parent | db2d65ce1ed13ea9a530b1934963a16c3e8fa460 (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-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |