va: h264dec: remove spurious comment

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1499>
This commit is contained in:
Víctor Manuel Jáquez Leal 2020-08-08 19:59:49 +02:00 committed by GStreamer Merge Bot
parent 159562faf7
commit 122a3cc40c

View file

@ -741,8 +741,6 @@ gst_va_h264_dec_new_sequence (GstH264Decoder * decoder, const GstH264SPS * sps,
}
}
/* @TODO: check if it is required to copy surfaces to downstream */
return TRUE;
}