mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 14:36:24 +00:00
decoder: drop extraneous return for void function.
This commit is contained in:
parent
c6d64527b5
commit
cdc6329182
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ gst_vaapi_decoder_push_surface_proxy(
|
||||||
GstVaapiSurfaceProxy *proxy
|
GstVaapiSurfaceProxy *proxy
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return push_surface(decoder, proxy);
|
push_surface(decoder, proxy);
|
||||||
}
|
}
|
||||||
|
|
||||||
GstVaapiDecoderStatus
|
GstVaapiDecoderStatus
|
||||||
|
|
Loading…
Reference in a new issue