mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 02:04:58 +00: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:
parent
50bc872635
commit
d794b36a77
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user