mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-16 06:00:37 +08:00
1、[h265d] skip decoder poc small then cra frame,fix seek picture mosaic
2、[h265d] skip hevcc case the steam is align with zero cause decoder fail 3、[mpp_dec] add fast dec path for mpp dec git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@507 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -78,6 +78,7 @@ typedef enum {
|
||||
MPP_DEC_USE_PRESENT_TIME_ORDER,
|
||||
MPP_DEC_SET_VC1_EXTRA_DATA,
|
||||
MPP_DEC_SET_VP6_ID,
|
||||
MPP_DEC_USE_FAST_MODE,
|
||||
|
||||
MPP_ENC_CMD_BASE = 0x50000,
|
||||
MPP_ENC_SETCFG,
|
||||
@@ -169,7 +170,8 @@ extern "C" {
|
||||
/*
|
||||
* mpp interface
|
||||
*/
|
||||
MPP_RET mpp_init(MppCtx *ctx, MppApi **mpi, MppCtxType type, MppCodingType coding);
|
||||
MPP_RET mpp_construct(MppCtx *ctx, MppApi **mpi);
|
||||
MPP_RET mpp_init(MppCtx ctx, MppCtxType type, MppCodingType coding);
|
||||
MPP_RET mpp_deinit(MppCtx ctx);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user