Re: [FFmpeg-devel] [PATCH] lavc/vvc: Don't discard return codes

2024-06-27 Thread Nuo Mi
Merged. On Wed, Jun 26, 2024 at 1:06 AM Frank Plowman wrote: > Signed-off-by: Frank Plowman > --- > libavcodec/vvc/thread.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/vvc/thread.c b/libavcodec/vvc/thread.c > index c90c316661..118d56b67e 100644

[FFmpeg-devel] [PATCH] lavc/vvc: Don't discard return codes

2024-06-25 Thread Frank Plowman
Signed-off-by: Frank Plowman --- libavcodec/vvc/thread.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libavcodec/vvc/thread.c b/libavcodec/vvc/thread.c index c90c316661..118d56b67e 100644 --- a/libavcodec/vvc/thread.c +++ b/libavcodec/vvc/thread.c @@ -443,8 +443,11