diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-08-21 17:14:24 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-10-16 20:26:17 +0200 |
commit | 4abe3b049d987420eb891f74a35af2cebbf52144 (patch) | |
tree | 56d0c93953cd7003d9f0442787df4ef97c6d9ed3 /libavcodec/dxva2_hevc.c | |
parent | 6c31ba226968f12f898120dbb928dab34e03782b (diff) | |
download | ffmpeg-4abe3b049d987420eb891f74a35af2cebbf52144.tar.gz |
hevc: rename hevc.[ch] to hevcdec.[ch]
This is more consistent with the rest of libav and frees up the hevc.h
name for decoder-independent shared declarations.
Diffstat (limited to 'libavcodec/dxva2_hevc.c')
-rw-r--r-- | libavcodec/dxva2_hevc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dxva2_hevc.c b/libavcodec/dxva2_hevc.c index 5bb10d6916..53fd638d10 100644 --- a/libavcodec/dxva2_hevc.c +++ b/libavcodec/dxva2_hevc.c @@ -22,7 +22,7 @@ #include "libavutil/avassert.h" -#include "hevc.h" +#include "hevcdec.h" // The headers above may include w32threads.h, which uses the original // _WIN32_WINNT define, while dxva2_internal.h redefines it to target a |