mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[h264d_dpb]:Fast play is disabled by default
Flip disable_fast_play to enable_fast_play, Fast play is disabled by default. Change-Id: I168e02a9d84590c3b2b92fe75b2b37c655c8c63e Signed-off-by: Hongjin Li <vic.hong@rock-chips.com>
This commit is contained in:
@@ -101,7 +101,7 @@ typedef enum {
|
||||
MPP_DEC_SET_DISABLE_ERROR, /* When set it will disable sw/hw error (H.264 / H.265) */
|
||||
MPP_DEC_SET_IMMEDIATE_OUT,
|
||||
MPP_DEC_SET_ENABLE_DEINTERLACE, /* MPP enable deinterlace by default. Vpuapi can disable it */
|
||||
MPP_DEC_SET_DISABLE_FAST_PLAY, /* disable idr output immediately */
|
||||
MPP_DEC_SET_ENABLE_FAST_PLAY, /* enable idr output immediately */
|
||||
|
||||
MPP_DEC_CMD_QUERY = CMD_MODULE_CODEC | CMD_CTX_ID_DEC | CMD_DEC_QUERY,
|
||||
/* query decoder runtime information for decode stage */
|
||||
|
Reference in New Issue
Block a user