1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

doc/codecs: Do not mention a removed flags.

This commit is contained in:
Carl Eugen Hoyos 2018-12-08 11:29:19 +01:00
parent 936b0aa280
commit 0cb1ccd1d1

View File

@ -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}.