mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
vp8: Fix set-but-unused warnings
This commit is contained in:
parent
0b6cc7eb96
commit
eba9cf06d4
1 changed files with 0 additions and 3 deletions
|
@ -843,9 +843,6 @@ gst_vp8_enc_buffer_to_image (GstVP8Enc * enc, GstBuffer * buffer)
|
|||
{
|
||||
vpx_image_t *image = g_slice_new (vpx_image_t);
|
||||
guint8 *data = GST_BUFFER_DATA (buffer);
|
||||
const GstVideoState *state;
|
||||
|
||||
state = gst_base_video_encoder_get_state (GST_BASE_VIDEO_ENCODER (enc));
|
||||
|
||||
memcpy (image, &enc->image, sizeof (*image));
|
||||
|
||||
|
|
Loading…
Reference in a new issue