Skip to content

Commit

Permalink
video_decoders: rm libavcodec/defs.h inc by mistake
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
MartinPulec committed Sep 24, 2024
1 parent 264d40a commit 970475c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rtp/video_decoders.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@

#include <cassert> // for assert
#include <chrono> // for duration, steady_clock, durati...
#include <libavcodec/defs.h> // for AV_INPUT_BUFFER_PADDING_SIZE
#include <cstdlib> // for free, malloc, calloc
#include <cstring> // for NULL, memcpy, size_t, memset
#include <algorithm> // for find, max, sort
Expand Down

0 comments on commit 970475c

Please sign in to comment.