mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
- libeplayer: add missing files
This commit is contained in:
8
libeplayer3/external/plugins/png.h
vendored
Normal file
8
libeplayer3/external/plugins/png.h
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _exteplayer3_external_plugins_png_
|
||||
#define _exteplayer3_external_plugins_png_
|
||||
|
||||
int PNGPlugin_saveRGBAImage(const char *filename, const unsigned char *data, int width, int height);
|
||||
int PNGPlugin_init(void);
|
||||
int PNGPlugin_term(void);
|
||||
|
||||
#endif // _exteplayer3_external_plugins_png_
|
Reference in New Issue
Block a user