summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-28 21:59:54 +0200
committerwm4 <wm4@nowhere>2015-09-28 22:03:14 +0200
commit853fe788f892c36f5b9252b51951c09be8dedfb3 (patch)
tree07a0cf94d8a56f03b3ca86547d19c8673caa14a2 /video
parent1dd7b7bddc694b1c018b74bccaebcc98d9144ee4 (diff)
downloadmpv-853fe788f892c36f5b9252b51951c09be8dedfb3.tar.bz2
mpv-853fe788f892c36f5b9252b51951c09be8dedfb3.tar.xz
vo_opengl: rename hwdec_vda.c to hwdec_osx.c
It doesn't deal with VDA at all anymore. Rename it to hwdec_osx.c. Not using hwdec_videotoolbox.c, because that would give it the longest source path in this project yet. (Also, this code isn't even VideoToolox-specific, other than the name of the pixel format used.)
Diffstat (limited to 'video')
-rw-r--r--video/out/opengl/hwdec_osx.c (renamed from video/out/opengl/hwdec_vda.c)0
1 files changed, 0 insertions, 0 deletions
diff --git a/video/out/opengl/hwdec_vda.c b/video/out/opengl/hwdec_osx.c
index 19d93e74d6..19d93e74d6 100644
--- a/video/out/opengl/hwdec_vda.c
+++ b/video/out/opengl/hwdec_osx.c