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

@@ -22,7 +22,14 @@ Enable `LV_USE_FFMPEG` in `lv_conf.h`.
See the examples below.
Note that, the FFmpeg extension doesn't use LVGL's file system.
You can simply pass the path to the font as usual on your operating system or platform.
You can simply pass the path to the image or video as usual on your operating system or platform.
## Example
```eval_rst
.. include:: ../../examples/libs/ffmpeg/index.rst
```
## API