mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
Cosmetics (extraneous variable, debug message).
This commit is contained in:
parent
86afcbb024
commit
42248445f2
1 changed files with 0 additions and 3 deletions
|
@ -341,7 +341,6 @@ gst_vaapi_decoder_ffmpeg_decode(GstVaapiDecoder *decoder, GstBuffer *buffer)
|
|||
{
|
||||
GstVaapiDecoderFfmpeg * const ffdecoder = GST_VAAPI_DECODER_FFMPEG(decoder);
|
||||
GstVaapiDecoderFfmpegPrivate * const priv = ffdecoder->priv;
|
||||
GstVaapiDecoderStatus status;
|
||||
GstClockTime inbuf_ts;
|
||||
guchar *inbuf, *outbuf;
|
||||
gint inbuf_size, outbuf_size;
|
||||
|
@ -366,8 +365,6 @@ gst_vaapi_decoder_ffmpeg_decode(GstVaapiDecoder *decoder, GstBuffer *buffer)
|
|||
inbuf_ts, inbuf_ts
|
||||
);
|
||||
got_frame = outbuf && outbuf_size > 0;
|
||||
GST_DEBUG("outbuf %p (%d bytes), got frame %d, parsed size %d",
|
||||
outbuf, outbuf_size, got_frame, parsed_size);
|
||||
|
||||
if (parsed_size > 0) {
|
||||
inbuf += parsed_size;
|
||||
|
|
Loading…
Reference in a new issue