diff options
author | Marton Balint <cus@passwd.hu> | 2020-05-10 20:08:40 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-05-22 22:16:53 +0200 |
commit | 337fe4bcc2495ba77b1c6175d1b1233cc04cc589 (patch) | |
tree | 2de116d9a2363dcacef381d088c95bb3640a7ae2 /doc/codecs.texi | |
parent | af9e622776c9268fd473cc23a0fd6b29f0017f64 (diff) | |
download | ffmpeg-337fe4bcc2495ba77b1c6175d1b1233cc04cc589.tar.gz |
avcodec/options_table: make AVCodecContext->profile search for child constants
This change makes it possible for child encoders to define custom profile
option names which can be used for setting the AVCodecContext->profile.
Also rename unit name to something rather unique, so it won't be used elsewhere.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index 2112ce5f46..751d5df050 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -881,6 +881,8 @@ Possible values: @end table +Encoder specific profiles are documented in the relevant encoder documentation. + @item level @var{integer} (@emph{encoding,audio,video}) Possible values: |