diff options
author | Zhao Zhili <zhilizhao@tencent.com> | 2025-04-08 16:29:14 +0800 |
---|---|---|
committer | Zhao Zhili <zhilizhao@tencent.com> | 2025-04-16 19:33:55 +0800 |
commit | 6995372ea23b83cfb296b3170039200e5f65618e (patch) | |
tree | 003d42a2cf44037fa22ab77d8913f7907ebff54a | |
parent | 058d49b1684de54952f5776bf32779f51c46a39a (diff) | |
download | ffmpeg-6995372ea23b83cfb296b3170039200e5f65618e.tar.gz |
doc/filters: Fix video size of mptestsrc
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
-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 52f67fbd0c..6b8d2c314c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -29642,7 +29642,7 @@ Set the initial y position. Must be a floating point value between Generate various test patterns, as generated by the MPlayer test filter. -The size of the generated video is fixed, and is 256x256. +The size of the generated video is fixed, and is 512x512. This source is useful in particular for testing encoding features. This source accepts the following options: |