diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-05-12 15:15:07 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-05-13 07:38:54 +0200 |
commit | 8fb566fdf839206584b1dec7da2eb9c9540108fa (patch) | |
tree | 76abf2186c33d0ace79d07a29f5c875af34981dd /Changelog | |
parent | 552a99957f7c6f6ed13795caee7ab7b9deb5d76e (diff) | |
download | ffmpeg-8fb566fdf839206584b1dec7da2eb9c9540108fa.tar.gz |
ffmpeg: get rid of the 'q' key schizofrenia
SIGINT for quitting should be enough for everybody.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ version <next>: - fft and imdct optimizations for AVX (Sandy Bridge) processors - DPX image encoder - SMPTE 302M AES3 audio decoder +- Remove support for quitting ffmpeg with 'q', ctrl+c should be used. version 0.7_beta1: |