This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How can i dynamic change decoder framerate??

How can i dynamic change decoder framerate??

I only saw the struct VDEC_CHN_DYNAMIC_PARAM_S, but i did't know how to set this struct to decoder

it since be set during decoder create procedure... i need change decoder framerate without recreate decoder.

my package is DVRRDK_02.00.00.23

Thanks for help !!

  • RDK supports the following API to control the decoder output frame rate: Vdec_setTplayConfig

    If speed is set to VDEC_TPLAY_2X, If 30 frames are received decoder will decode all 30 frames but will output only 15 frames dropping the remaining.As you are aware decoder cannot drop frames before decoding as it may be a reference frame that is required for decoding future frames