summaryrefslogtreecommitdiff
path: root/doc/codecs.texi
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-05-10 21:58:35 +0200
committerMarton Balint <cus@passwd.hu>2020-05-22 22:23:18 +0200
commit82f9eb6f6c7165a404426bee8a61aac76508a177 (patch)
tree088608889ce419110fbb18dd0f97fb0074720ea5 /doc/codecs.texi
parentebb770d3abb92feba9b1d015b661cb8afb92fcaa (diff)
downloadffmpeg-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.texi17
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})