Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-08-21 18:14:24 +0300
committerAnton Khirnov <anton@khirnov.net>2016-10-16 21:26:17 +0300
commit4abe3b049d987420eb891f74a35af2cebbf52144 (patch)
tree56d0c93953cd7003d9f0442787df4ef97c6d9ed3 /libavcodec/vdpau_hevc.c
parent6c31ba226968f12f898120dbb928dab34e03782b (diff)
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/vdpau_hevc.c')
-rw-r--r--libavcodec/vdpau_hevc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vdpau_hevc.c b/libavcodec/vdpau_hevc.c
index 1e5fb71cce..9f2baa75b1 100644
--- a/libavcodec/vdpau_hevc.c
+++ b/libavcodec/vdpau_hevc.c
@@ -24,7 +24,7 @@
#include "avcodec.h"
#include "internal.h"
-#include "hevc.h"
+#include "hevcdec.h"
#include "vdpau.h"
#include "vdpau_internal.h"