summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2012-07-11 21:10:17 +0200
committerNicolas George <nicolas.george@normalesup.org>2012-07-19 16:33:02 +0200
commit0fe8acf2d69bf4bce620128e48b62a957421a106 (patch)
tree9a1c4faf95dbd0f6932a590d2075a9e73bb90a00 /Changelog
parent52ab418588ba14a53b40a80ea32589f8844f3ce6 (diff)
ffmpeg: add -(no)stdin option.
Allows to disable interaction from standard input. Useful, for example, if ffmpeg is in the background process group. Roughly the same result can be achieved with "ffmpeg ... < /dev/null" but it requires a shell.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 7372d0d48c..4242cea3da 100644
--- a/Changelog
+++ b/Changelog
@@ -31,6 +31,7 @@ version next:
- new option: -progress
- 3GPP Timed Text decoder
- GeoTIFF decoder support
+- ffmpeg -(no)stdin option
version 0.11: