summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-04 14:15:06 +0200
committerAnton Khirnov <anton@khirnov.net>2013-05-07 12:31:55 +0200
commit481575d255195c6c2f32e04686b94de984ae78d4 (patch)
tree57c743074d8bf739dd3d64cd97806afe9d46bded /Changelog
parenta97d8cc16e0da30c9ffefa1ede2a0adf3db5f3f8 (diff)
avconv: remove -deinterlace
It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index e605345e21..97e7a3234a 100644
--- a/Changelog
+++ b/Changelog
@@ -17,6 +17,7 @@ version 10:
- avconv -t and -ss (output-only) options are now sample-accurate when
transcoding audio
- Matroska muxer can now put the index at the beginning of the file.
+- avconv -deinterlace option removed, the yadif filter should be used instead
version 9: