Commit 1422ae7f authored by Jean-Paul Saman's avatar Jean-Paul Saman

davinci: clean p_sys->dparams

parent 335b7858
......@@ -207,6 +207,7 @@ static int GetVideoEncoderSettings( encoder_t *p_enc, const char *psz_codec )
#ifdef FPS_DEBUG
p_sys->i_fps = p_enc->i_iframes;
#endif
memset( &(p_sys->dparams), 0, sizeof( p_sys->dparams ) );
p_sys->dparams.size = sizeof( p_sys->dparams );
/* Configure encoder */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment