fix(ffmpeg): add native filesystem API support for FFmpeg image decoder (#7253)

This commit is contained in:
lxydiy
2024-11-20 18:57:45 +08:00
committed by GitHub
parent 11be75e302
commit 4a77a05fb3
6 changed files with 124 additions and 18 deletions

View File

@@ -932,6 +932,10 @@
#if LV_USE_FFMPEG
/** Dump input information to stderr */
#define LV_FFMPEG_DUMP_FORMAT 0
/** Use lvgl file path in FFmpeg Player widget
* You won't be able to open URLs after enabling this feature.
* Note that FFmpeg image decoder will always use lvgl file system. */
#define LV_FFMPEG_PLAYER_USE_LV_FS 0
#endif
/*==================