diff options
author | James Almer <jamrial@gmail.com> | 2024-04-12 19:10:25 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-04-23 23:54:46 -0300 |
commit | 8616cfe0890e49437d2b373f97a9c791eb1b7c4c (patch) | |
tree | 1ae274c18177a035880b37baaf8c26ed20100298 /tests | |
parent | 855d4b52547b2f8fc38b400e5d18cf44e621e163 (diff) | |
download | ffmpeg-8616cfe0890e49437d2b373f97a9c791eb1b7c4c.tar.gz |
avutil/opt: add support for children objects in av_opt_serialize
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/opt b/tests/ref/fate/opt index f780097622..0a3362e8fa 100644 --- a/tests/ref/fate/opt +++ b/tests/ref/fate/opt @@ -179,7 +179,7 @@ Setting entry with key 'array_int' to value '' Setting entry with key 'array_str' to value 'str0|str\|1|str\\2' Setting entry with key 'array_dict' to value 'k00=v\\\\00:k01=v\,01,k10=v\\=1\\:0' num=0,toggle=1,rational=1/1,string=default,escape=\\\=\,,flags=0x00000001,size=200x300,pix_fmt=0bgr,sample_fmt=s16,video_rate=25/1,duration=0.001,color=0xffc0cbff,cl=hexagonal,bin=62696E00,bin1=,bin2=,num64=1,flt=0.333333,dbl=0.333333,bool1=auto,bool2=true,bool3=false,dict1=,dict2=happy\=\\:-),array_int=,array_str=str0|str\\|1|str\\\\2,array_dict=k00\=v\\\\\\\\00:k01\=v\\\,01\,k10\=v\\\\\=1\\\\:0 -flt=0.333333,dbl=0.333333,array_int= +child_num=0,flt=0.333333,dbl=0.333333,array_int= Testing av_set_options_string() Setting options string '' |