diff options
author | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-08 11:29:19 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <ceffmpeg@gmail.com> | 2018-12-08 11:29:19 +0100 |
commit | 0cb1ccd1d18931427877277c8d1cd673f12a4d04 (patch) | |
tree | 323ca7fe6b9fcfba5d799b6f73ebc7a294588bd7 /doc/codecs.texi | |
parent | 936b0aa2805777896d6c4cb9a695ad2cc220c3c3 (diff) | |
download | ffmpeg-0cb1ccd1d18931427877277c8d1cd673f12a4d04.tar.gz |
doc/codecs: Do not mention a removed flags.
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index 3770f4f53b..02d5a1b222 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -775,8 +775,6 @@ Place global headers at every keyframe instead of in extradata. Frame data might be split into multiple chunks. @item showall Show all frames before the first keyframe. -@item skiprd -Deprecated, use mpegvideo private options instead. @item export_mvs Export motion vectors into frame side-data (see @code{AV_FRAME_DATA_MOTION_VECTORS}) for codecs that support it. See also @file{doc/examples/export_mvs.c}. |