From 970475c3f51be8c8d004031b8b002842a461889b Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 24 Sep 2024 08:10:52 +0200 Subject: [PATCH] video_decoders: rm libavcodec/defs.h inc by mistake Added unintentionally with IWYW but the older versions of libavcoded didn't have the header (and had it included directly in libavcodec/avcodec.h that is included later). --- src/rtp/video_decoders.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rtp/video_decoders.cpp b/src/rtp/video_decoders.cpp index ad1090796..f7cb9321a 100644 --- a/src/rtp/video_decoders.cpp +++ b/src/rtp/video_decoders.cpp @@ -97,7 +97,6 @@ #include // for assert #include // for duration, steady_clock, durati... -#include // for AV_INPUT_BUFFER_PADDING_SIZE #include // for free, malloc, calloc #include // for NULL, memcpy, size_t, memset #include // for find, max, sort