decoder: drop extraneous return for void function.

This commit is contained in:
Gwenole Beauchesne 2012-09-07 11:58:53 +02:00
parent c6d64527b5
commit cdc6329182

View file

@ -582,7 +582,7 @@ gst_vaapi_decoder_push_surface_proxy(
GstVaapiSurfaceProxy *proxy
)
{
return push_surface(decoder, proxy);
push_surface(decoder, proxy);
}
GstVaapiDecoderStatus