⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ssbsiphybriddivxmain.h

📁 6410BSP1
💻 H
字号:
/*********************************************************************************
*                                                                               *
* Copyright (c) 2008 Samsung System LSI                                            *
* All rights reserved.                                                          *
*                                                                               *
* This software is test sample code for Hybrid Divx Decoder                        *
*                                                                                *
* Author : Jiyoung Shin                                                            *
* Last Changed : 2008.06.10                                                     *
*********************************************************************************/

#ifndef __HYBRID_DIVX_MAIN_H__
#define __HYBRID_DIVX_MAIN_H__

#ifdef __cplusplus
extern "C" {    
#endif
void SsbSipHybridDivxResourceRelease(void);
void SsbSipHybridDivxMain(void);
void SsbSipHybridDivxDecode(char *filename);
#ifdef __cplusplus
}        
#endif    /* __cplusplus */

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -