摘要:
// H264HWDecoder.m // H264EncoderDecoder // // Created by lujunjie on 2016/11/28. // Copyright © 2016年 陆俊杰. All rights reserved. // #import "H264HWDecoder.h" @implementation H264HWDecoder - (v... 阅读全文
posted @ 2017-02-07 14:11
陆俊杰_iOS
阅读(514)
评论(0)
推荐(0)
摘要:
- (int)DecodeH264Frames: (unsigned char*)inputBuffer withLength:(int)aLength { int gotPicPtr=0; int result=0; av_init_packet(&pAvPackage); pAvPackage.data=(unsigned char*)inputBu... 阅读全文
posted @ 2017-02-07 14:05
陆俊杰_iOS
阅读(343)
评论(0)
推荐(0)
摘要:
AAC编码可以使用faac AAC解码可以使用faad 阅读全文
posted @ 2017-02-07 12:59
陆俊杰_iOS
阅读(1150)
评论(0)
推荐(0)
浙公网安备 33010602011771号