mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
avformat/gif: fix final_delay unit in documentation.
This commit is contained in:
parent
3c5e6e7635
commit
c37b0daf33
@ -194,7 +194,7 @@ static int gif_write_trailer(AVFormatContext *s)
|
||||
static const AVOption options[] = {
|
||||
{ "loop", "Number of times to loop the output: -1 - no loop, 0 - infinite loop", OFFSET(loop),
|
||||
AV_OPT_TYPE_INT, { .i64 = 0 }, -1, 65535, ENC },
|
||||
{ "final_delay", "Force delay (in ms) after the last frame", OFFSET(last_delay),
|
||||
{ "final_delay", "Force delay (in centiseconds) after the last frame", OFFSET(last_delay),
|
||||
AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 65535, ENC },
|
||||
{ NULL },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user