Initial commit: TXW82x FPV v2.7.0.7-42229 SDK + project sources
This commit is contained in:
16
sdk/app/playback/avi_player_msi.h
Normal file
16
sdk/app/playback/avi_player_msi.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __AVI_PLAYER_MSI_H
|
||||
#define __AVI_PLAYER_MSI_H
|
||||
|
||||
#include "basic_include.h"
|
||||
#include "utlist.h"
|
||||
#include "avi.h"
|
||||
#include "stream_define.h"
|
||||
#include "osal_file.h"
|
||||
#include "lib/heap/av_heap.h"
|
||||
#include "lib/heap/av_psram_heap.h"
|
||||
#include "lib/multimedia/msi.h"
|
||||
#include "lib/multimedia/framebuff.h"
|
||||
|
||||
struct msi *avi_player_init(const char *stream_name, const char *filename);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user