fix(ffmpeg): when disabled LV_FFMPEG_AV_DUMP_FORMAT makes av_log quiet (#2838)

* fix(Kconfig) remove duplicate LV_BUILD_EXAMPLES configuration

* feat(refr) add reset of FPS statistics

* fix(ffmpeg) when disabled LV_FFMPEG_AV_DUMP_FORMAT makes av_log quiet

Signed-off-by: _VIFEXTech <1290176185@qq.com>

* docs(ffmpeg) add example code

Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
_VIFEXTech
2021-11-27 02:35:39 +08:00
committed by GitHub
parent 6b254069ea
commit 5433e0bc2a
3 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
Decode image
"""""""""""""""""""""""""""""""""""""
.. lv_example:: libs/ffmpeg/lv_example_ffmpeg_1
:language: c
Decode video
"""""""""""""""""""""""""""""""""""
.. lv_example:: libs/ffmpeg/lv_example_ffmpeg_2
:language: c