mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
vaapidecode: remove (another) unused variable
Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
This commit is contained in:
parent
9d8a014423
commit
dbedad66df
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ gst_vaapi_decoder_state_changed (GstVaapiDecoder * decoder,
|
|||
const GstVideoCodecState * codec_state, gpointer user_data)
|
||||
{
|
||||
GstVaapiDecode *const decode = GST_VAAPIDECODE (user_data);
|
||||
GstVideoDecoder *const vdec = GST_VIDEO_DECODER (decode);
|
||||
|
||||
g_assert (decode->decoder == decoder);
|
||||
|
||||
|
|
Loading…
Reference in a new issue