diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-04 14:15:06 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-07 12:31:55 +0200 |
commit | 481575d255195c6c2f32e04686b94de984ae78d4 (patch) | |
tree | 57c743074d8bf739dd3d64cd97806afe9d46bded /Changelog | |
parent | a97d8cc16e0da30c9ffefa1ede2a0adf3db5f3f8 (diff) | |
download | ffmpeg-481575d255195c6c2f32e04686b94de984ae78d4.tar.gz |
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-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |