]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/libsvtav1: fix copy and paste error
authorLimin Wang <lance.lmwang@gmail.com>
Sat, 1 Aug 2020 04:34:29 +0000 (12:34 +0800)
committerLimin Wang <lance.lmwang@gmail.com>
Wed, 12 Aug 2020 00:12:59 +0000 (08:12 +0800)
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
libavcodec/libsvtav1.c

index 40942c6f6ad74b9a0993f972376192c372bc68f5..d34c6b328883fb8a5008d82b2a972dfde3233dc6 100644 (file)
@@ -85,7 +85,7 @@ static const struct {
     { EB_ErrorBadParameter,               AVERROR(EINVAL),      "bad parameter"             },
     { EB_ErrorDestroyThreadFailed,        AVERROR_EXTERNAL,     "failed to destroy thread"  },
     { EB_ErrorSemaphoreUnresponsive,      AVERROR_EXTERNAL,     "semaphore unresponsive"    },
-    { EB_ErrorDestroySemaphoreFailed,     AVERROR_EXTERNAL,     "semaphore unresponsive"    },
+    { EB_ErrorDestroySemaphoreFailed,     AVERROR_EXTERNAL,     "failed to destroy semaphore"},
     { EB_ErrorCreateMutexFailed,          AVERROR_EXTERNAL,     "failed to create mutex"    },
     { EB_ErrorMutexUnresponsive,          AVERROR_EXTERNAL,     "mutex unresponsive"        },
     { EB_ErrorDestroyMutexFailed,         AVERROR_EXTERNAL,     "failed to destroy mutex"   },