mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-23 12:38:54 +00:00
v1.1.1
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
#ifdef AIC_MPP_AVI_DEMUX
|
||||
#include "aic_avi_parser.h"
|
||||
#endif
|
||||
|
||||
#ifdef AIC_MPP_FLAC_DEMUX
|
||||
#include "aic_flac_parser.h"
|
||||
#endif
|
||||
|
||||
struct aic_parser_create_tbl {
|
||||
char file_type[7];
|
||||
@@ -33,6 +35,9 @@ struct aic_parser_create_tbl create_tbl[] = {
|
||||
#ifdef AIC_MPP_AVI_DEMUX
|
||||
{"avi", 3, aic_avi_parser_create},
|
||||
#endif
|
||||
#ifdef AIC_MPP_FLAC_DEMUX
|
||||
{"flac", 4, aic_flac_parser_create},
|
||||
#endif
|
||||
};
|
||||
s32 aic_parser_create(unsigned char *uri, struct aic_parser **parser)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user