From: Steinar H. Gunderson Date: Sat, 2 Oct 2010 19:33:42 +0000 (+0200) Subject: Remove obsolete variable b_first_frame. X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=4f3de686e8d9c8d8639417183dc4cb53a35648ec Remove obsolete variable b_first_frame. --- diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp index a8f3a71dc1..be2b41f6e6 100644 --- a/modules/access/decklink.cpp +++ b/modules/access/decklink.cpp @@ -132,7 +132,6 @@ struct demux_sys_t es_out_id_t *p_video_es; es_out_id_t *p_audio_es; - bool b_first_frame; int i_last_pts; uint32_t i_dominance_flags; @@ -296,7 +295,6 @@ static int Open( vlc_object_t *p_this ) vlc_mutex_init( &p_sys->frame_lock ); vlc_cond_init( &p_sys->has_frame ); - p_sys->b_first_frame = true; IDeckLinkIterator *decklink_iterator = CreateDeckLinkIteratorInstance(); if( !decklink_iterator )