Commit 89a1471a authored by Marton Balint's avatar Marton Balint

avdevice/decklink_dec: properly initialize no_video variable

Fixes Coverity CID 1396859.
Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent 11103a49
......@@ -208,6 +208,7 @@ decklink_input_callback::decklink_input_callback(AVFormatContext *_avctx) : m_re
avctx = _avctx;
decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
ctx = (struct decklink_ctx *)cctx->ctx;
no_video = 0;
initial_audio_pts = initial_video_pts = AV_NOPTS_VALUE;
pthread_mutex_init(&m_mutex, NULL);
}
......
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