diff options
author | Marton Balint <cus@passwd.hu> | 2020-05-10 21:58:35 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-05-22 22:23:18 +0200 |
commit | 82f9eb6f6c7165a404426bee8a61aac76508a177 (patch) | |
tree | 088608889ce419110fbb18dd0f97fb0074720ea5 /doc/codecs.texi | |
parent | ebb770d3abb92feba9b1d015b661cb8afb92fcaa (diff) | |
download | ffmpeg-82f9eb6f6c7165a404426bee8a61aac76508a177.tar.gz |
avcodec: move mpeg4 profiles to profiles.h
Also bump micro version after the recent option changes.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index c08229ba7e..ece8d50edd 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -837,21 +837,8 @@ Set number of macroblock rows at the bottom which are skipped. @item profile @var{integer} (@emph{encoding,audio,video}) -Possible values: -@table @samp -@item unknown - -@item mpeg4_sp - -@item mpeg4_core - -@item mpeg4_main - -@item mpeg4_asp - -@end table - -Encoder specific profiles are documented in the relevant encoder documentation. +Set encoder codec profile. Default value is @samp{unknown}. Encoder specific +profiles are documented in the relevant encoder documentation. @item level @var{integer} (@emph{encoding,audio,video}) |