avcodec/libsvtav1: remove version check macro workaround

The current minimum supported version defines the macro.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2022-03-13 15:21:01 -03:00
parent 50bc872635
commit d794b36a77
1 changed files with 0 additions and 4 deletions

View File

@ -37,10 +37,6 @@
#include "avcodec.h"
#include "profiles.h"
#ifndef SVT_AV1_CHECK_VERSION
#define SVT_AV1_CHECK_VERSION(major, minor, patch) 0
#endif
typedef enum eos_status {
EOS_NOT_REACHED = 0,
EOS_SENT,