aisnote
aisnote
thanks. will try it.
Will try 3.1.6 to see. Disable the optimize, will not has this issue
Actually I figured out the solution, but still don't know the root cause. I just removed the lambda capture variable since that one is useless. Maybe it caused o2 optimized....
My purpose is to capture by the reference. Anyway, I knew the root cause now. Thanks.
@bradisbell this is mine. same problem as @civilianatpoint . This is the second chunk from onDataAvaiable from MediaRecorder. 
I need the Call hierarchy too!
with the same config, and compile by msys2 make + vs cl.exe, it do have avcodec
test case like: **--disable-everything --enable-decoder=h264** As this, should be output avcodec project file, right?
Info: Option (avcodec) was disabled due to an unmet select dependency (null_bsf) Info: Option (avformat) was disabled due to an unmet dependency (avcodec) Info: Option (linux_perf) was disabled due to...
I add null_bsf, but meet below issue: Outputting config.h... Outputting avconfig.h... Outputting ffversion.h... Outputting enabled components file libavfilter/filter_list.c... Outputting enabled components file libavcodec/codec_list.c... Outputting enabled components file libavcodec/parser_list.c... Outputting enabled...