summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2020-11-19 22:13:55 +0800
committerLimin Wang <lance.lmwang@gmail.com>2020-12-05 09:00:53 +0800
commit48235c826362d8806ca07efe016d3dc46f9a52cd (patch)
treee0c961bfca052c51538938477131341b48941c61 /tests
parente6ae498234be9a841868cd5aa402be3c9292f618 (diff)
avutil/opt: add AV_OPT_FLAG_DEPRECATED option
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/fate/opt54
1 files changed, 27 insertions, 27 deletions
diff --git a/tests/ref/fate/opt b/tests/ref/fate/opt
index 46ea0652f8..aac3fa0e7e 100644
--- a/tests/ref/fate/opt
+++ b/tests/ref/fate/opt
@@ -18,33 +18,33 @@ num64=1
flt=0.333333
dbl=0.333333
TestContext AVOptions:
- -num <int> E......... set num (from 0 to 100) (default 0)
- -toggle <int> E......... set toggle (from 0 to 1) (default 1)
- -rational <rational> E......... set rational (from 0 to 10) (default 1/1)
- -string <string> E......... set string (default "default")
- -escape <string> E......... set escape str (default "\=,")
- -flags <flags> E......... set flags (default cool)
- cool E......... set cool flag
- lame E......... set lame flag
- mu E......... set mu flag
- -size <image_size> E......... set size (default "200x300")
- -pix_fmt <pix_fmt> E......... set pixfmt (default 0bgr)
- -sample_fmt <sample_fmt> E......... set samplefmt (default s16)
- -video_rate <video_rate> E......... set videorate (default "25")
- -duration <duration> E......... set duration (default 0.001)
- -color <color> E......... set color (default "pink")
- -cl <channel_layout> E......... set channel layout (default 0x137)
- -bin <binary> E......... set binary value
- -bin1 <binary> E......... set binary value
- -bin2 <binary> E......... set binary value
- -num64 <int64> E......... set num 64bit (from 0 to 100) (default 1)
- -flt <float> E......... set float (from 0 to 100) (default 0.333333)
- -dbl <double> E......... set double (from 0 to 100) (default 0.333333)
- -bool1 <boolean> E......... set boolean value (default auto)
- -bool2 <boolean> E......... set boolean value (default true)
- -bool3 <boolean> E......... set boolean value (default false)
- -dict1 <dictionary> E......... set dictionary value
- -dict2 <dictionary> E......... set dictionary value (default "happy=':-)'")
+ -num <int> E.......... set num (from 0 to 100) (default 0)
+ -toggle <int> E.......... set toggle (from 0 to 1) (default 1)
+ -rational <rational> E.......... set rational (from 0 to 10) (default 1/1)
+ -string <string> E.......... set string (default "default")
+ -escape <string> E.......... set escape str (default "\=,")
+ -flags <flags> E.......... set flags (default cool)
+ cool E.......... set cool flag
+ lame E.......... set lame flag
+ mu E.......... set mu flag
+ -size <image_size> E.......... set size (default "200x300")
+ -pix_fmt <pix_fmt> E.......... set pixfmt (default 0bgr)
+ -sample_fmt <sample_fmt> E.......... set samplefmt (default s16)
+ -video_rate <video_rate> E.......... set videorate (default "25")
+ -duration <duration> E.......... set duration (default 0.001)
+ -color <color> E.......... set color (default "pink")
+ -cl <channel_layout> E.......... set channel layout (default 0x137)
+ -bin <binary> E.......... set binary value
+ -bin1 <binary> E.......... set binary value
+ -bin2 <binary> E.......... set binary value
+ -num64 <int64> E.......... set num 64bit (from 0 to 100) (default 1)
+ -flt <float> E.......... set float (from 0 to 100) (default 0.333333)
+ -dbl <double> E.......... set double (from 0 to 100) (default 0.333333)
+ -bool1 <boolean> E.......... set boolean value (default auto)
+ -bool2 <boolean> E.......... set boolean value (default true)
+ -bool3 <boolean> E.......... set boolean value (default false)
+ -dict1 <dictionary> E.......... set dictionary value
+ -dict2 <dictionary> E.......... set dictionary value (default "happy=':-)'")
Testing av_opt_is_set_to_default()
name: num default:1 error: