mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Remove some more unneeded version checks
All of these check against things that happened before the latest supported FFmpeg/Libav release.
This commit is contained in:
@@ -30,11 +30,7 @@
|
||||
#include "bstr/bstr.h"
|
||||
#include "sd.h"
|
||||
|
||||
#if LIBAVCODEC_VERSION_MICRO >= 100
|
||||
#define HAVE_AV_WEBVTT (LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(55, 13, 100))
|
||||
#else
|
||||
#define HAVE_AV_WEBVTT 0
|
||||
#endif
|
||||
#define HAVE_AV_WEBVTT (LIBAVCODEC_VERSION_MICRO >= 100)
|
||||
|
||||
struct sd_lavc_priv {
|
||||
AVCodecContext *avctx;
|
||||
|
||||
Reference in New Issue
Block a user