X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;ds=sidebyside;f=nihed-cros-libva%2Fsrc%2Fpicture.rs;h=0d28b517edace6d979468f410464572a9e62f5b5;hb=49bf1d79384ecf1b28822101233719fb1c1b29b1;hp=adf6a9457ebbd726cfbd0b91f1f05bc69d93a9ae;hpb=69e6ce021284f1ebaf148b38b236068d08249e0f;p=nihav-player.git diff --git a/nihed-cros-libva/src/picture.rs b/nihed-cros-libva/src/picture.rs index adf6a94..0d28b51 100644 --- a/nihed-cros-libva/src/picture.rs +++ b/nihed-cros-libva/src/picture.rs @@ -219,7 +219,7 @@ impl Picture { /// /// This call can be used to implement a non-blocking path, wherein a decoder queries the status /// of the surface after each decode operation instead of blocking on it. - pub fn query_status(&self) -> VAResult { + pub fn query_status(&self) -> VAResult { self.inner.surface.borrow_mut().query_status() } }