Quoting Peter Ross (2020-04-05 07:57:18)
> throughout vp3_decode_frame the error code was being captured (ret) but never
> returned.
> ---
> libavcodec/vp3.c | 22 +++---
> 1 file changed, 11 insertions(+), 11 deletions(-)
>
Looks ok.
--
Anton Khirnov
_
throughout vp3_decode_frame the error code was being captured (ret) but never
returned.
---
libavcodec/vp3.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index d53dd87029..2ae54255c6 100644
--- a/libavcodec/vp3.c