摘要:
// faad2.cpp : 定义控制台应用程序的入口点。#include "stdafx.h"#include #include #pragma comment(lib, "libfaad2.lib")#include #include #include //#ifdef UNICODE//t... 阅读全文
摘要:
// faacode.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include typedef unsigned long ULONG;typedef unsigned int UINT;typedef unsigned char... 阅读全文
摘要:
// PlayVideo.cpp : Defines the entry point for the console application.//extern "C"{#include #include #include #include #include #include #include };#... 阅读全文
摘要:
extern "C"{#include #include #include #include #include #include #include };#include #include #include #include #pragma comment(lib, "libmingwex.lib")... 阅读全文
摘要:
BOOL DeleteDirectory(char *DirName){ CFileFind tempFind; char tempFileFind[200]; sprintf(tempFileFind,"%s\\*.*",DirName); BOOL IsFinded=(BOOL)tempFind... 阅读全文
摘要:
#ifdef _INTERFACE_H#error _INTERFACE_H has be exsisted#else#define _INTERFACE_H#include "stdafx.h"//类型定义在这个文件中#include "stdlib.h"#include "windo... 阅读全文
摘要:
//初始化、注册编解码器avcodec_init();av_register_all();avformat_network_init();//选取测试文件char* FileName = "test.rmvb";AVFormatContext *pFormatCtx;if(av_open_input... 阅读全文
摘要:
//初始化、注册编解码器avcodec_init();av_register_all();avformat_network_init();//选取测试文件char* FileName="test.mp4";string strFileName(FileName);WavMaker test(Audi... 阅读全文