diff options
author | Mulvya <mulvya@gmail.com> | 2017-02-16 00:32:27 +0530 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-02-15 20:16:27 +0100 |
commit | 449ce456a6c9c9dda70be04aa7aa45025732f563 (patch) | |
tree | 139875a1b99c4e7f808829554c9c3718cc75be06 | |
parent | ee4aa388b2231e988eccdab652c55df080d6ad45 (diff) | |
download | ffmpeg-449ce456a6c9c9dda70be04aa7aa45025732f563.tar.gz |
doc: correct table end for metadata filter
Signed-off-by: Mulvya <mulvya@gmail.com>
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 89eb7ac754..cff7ea59ab 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -16400,13 +16400,13 @@ Float representation of @code{value} from metadata key. @item VALUE2 Float representation of @code{value} as supplied by user in @code{value} option. +@end table @item file If specified in @code{print} mode, output is written to the named file. Instead of plain filename any writable url can be specified. Filename ``-'' is a shorthand for standard output. If @code{file} option is not set, output is written to the log with AV_LOG_INFO loglevel. -@end table @end table |