mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-15 04:24:18 +00:00
decklink: Remove unused "bflags" variable
We are ignoring all its flags anyway, so let's remove it altogether.
This commit is contained in:
parent
5ab660c4e2
commit
71bfbce84d
1 changed files with 0 additions and 2 deletions
|
@ -725,7 +725,6 @@ gst_decklink_video_src_got_frame (GstElement * element,
|
|||
f.no_signal = no_signal;
|
||||
if (dtc != NULL) {
|
||||
uint8_t hours, minutes, seconds, frames;
|
||||
BMDTimecodeFlags bflags;
|
||||
HRESULT res;
|
||||
|
||||
res = dtc->GetComponents (&hours, &minutes, &seconds, &frames);
|
||||
|
@ -734,7 +733,6 @@ gst_decklink_video_src_got_frame (GstElement * element,
|
|||
(unsigned long) res);
|
||||
f.tc = NULL;
|
||||
} else {
|
||||
bflags = dtc->GetFlags ();
|
||||
GST_DEBUG_OBJECT (self, "Got timecode %02d:%02d:%02d:%02d",
|
||||
hours, minutes, seconds, frames);
|
||||
bmode = gst_decklink_get_mode (mode);
|
||||
|
|
Loading…
Reference in a new issue