摘要:
1 AVPackettypedefstructAVPacket {/*** Presentation timestamp in AVStream->time_base units; the time at which* the decompressed packet will be presented to the user.* Can be AV_NOPTS_VALUE if it is not stored in the file.* pts MUST be larger or equal to dts as presentation cannot happen before* de 阅读全文
摘要:
转:http://blog.chinaunix.net/uid-21564437-id-3027618.html1 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(enumCodecID id);// 通过code ID查找一个已经 阅读全文