diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-17 19:26:49 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-18 11:22:05 +0200 |
commit | ddf5ef02638daf115775c1300557ee102e3f9abe (patch) | |
tree | 9e30f0093b57c11311053f98d41eeec68f838bb0 /Changelog | |
parent | e922bbfa769cc0f84f09d4027559a23b83e8478c (diff) | |
download | ffmpeg-ddf5ef02638daf115775c1300557ee102e3f9abe.tar.gz |
avconv: remove -intra option.
It's equivalent to -g 0.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |