摘要:
1 avcodec_find_decoder()/** * Find a registered decoder with a matching codec ID. * * @param id CodecID of the requested decoder * @return A decoder if one was found, NULL otherwise. */AVCodec *avcodec_find_decoder(enum CodecID id);// 通过code ID查找一个已经注册的音视频解码器// 引入 #include "libavcodec/avcodec.h 阅读全文
posted @ 2012-04-13 00:05
xiulug
阅读(6335)
评论(1)
推荐(0)

浙公网安备 33010602011771号