Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-08-17 21:26:49 +0400
committerAnton Khirnov <anton@khirnov.net>2011-08-18 13:22:05 +0400
commitddf5ef02638daf115775c1300557ee102e3f9abe (patch)
tree9e30f0093b57c11311053f98d41eeec68f838bb0 /Changelog
parente922bbfa769cc0f84f09d4027559a23b83e8478c (diff)
avconv: remove -intra option.
It's equivalent to -g 0.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 293376a2d7..636cdbb5a8 100644
--- a/Changelog
+++ b/Changelog
@@ -39,6 +39,7 @@ easier to use. The changes are:
* Presets in avconv are disabled, because only libx264 used them and
presets for libx264 can now be specified using a private option
'-preset <presetname>'.
+ * -intra option was removed, it's equivalent to -g 0.
- XMV demuxer