diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-05-21 19:23:50 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-06-10 16:51:44 +0200 |
commit | 5620d18e660d5715b959be849f339a13ee000c72 (patch) | |
tree | 60f182ac323798e349280f52985264ec32546c97 | |
parent | f79d009b7cef17582805bcaa64134b9ae9eabb55 (diff) | |
download | ffmpeg-5620d18e660d5715b959be849f339a13ee000c72.tar.gz |
lavf/hevc: drop unnecessary avcodec.h include
-rw-r--r-- | libavformat/hevc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/hevc.c b/libavformat/hevc.c index 94eb3a9cb1..df141aec26 100644 --- a/libavformat/hevc.c +++ b/libavformat/hevc.c @@ -18,7 +18,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavcodec/avcodec.h" #include "libavcodec/get_bits.h" #include "libavcodec/golomb.h" #include "libavcodec/hevc.h" |