diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2023-08-26 02:34:06 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2023-10-06 09:49:47 +0200 |
commit | 6f421d9d4eb8425ce2ecb1f7f18b79ede3c60de9 (patch) | |
tree | 7303dd42e93d9fc27b083fcda5934b0b22091d2a /doc | |
parent | f7ac3512f5b5cb8eb149f37300b43461d8e93af3 (diff) | |
download | ffmpeg-6f421d9d4eb8425ce2ecb1f7f18b79ede3c60de9.tar.gz |
lavc: clarify meaning of avctx.level option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/codecs.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index a155939606..5b950b4560 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -697,10 +697,13 @@ profiles are documented in the relevant encoder documentation. @item level @var{integer} (@emph{encoding,audio,video}) +Set the encoder level. This level depends on the specific codec, and +might correspond to the profile level. It is set by default to +@samp{unknown}. + Possible values: @table @samp @item unknown - @end table @item lowres @var{integer} (@emph{decoding,audio,video}) |