You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -37,10 +37,6 @@
|
|||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "profiles.h"
|
#include "profiles.h"
|
||||||
|
|
||||||
#ifndef SVT_AV1_CHECK_VERSION
|
|
||||||
#define SVT_AV1_CHECK_VERSION(major, minor, patch) 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef enum eos_status {
|
typedef enum eos_status {
|
||||||
EOS_NOT_REACHED = 0,
|
EOS_NOT_REACHED = 0,
|
||||||
EOS_SENT,
|
EOS_SENT,
|
||||||
|
Reference in New Issue
Block a user