summaryrefslogtreecommitdiffstats
path: root/libvo/vo_vdpau.c
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2009-08-06 22:58:31 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-08-07 00:13:33 +0300
commit1e98ef77899e4314c2b3ada2388f9db61e0fd53d (patch)
treeb03dd045478431cf6eada3b0e7df08b6ec488946 /libvo/vo_vdpau.c
parent4a36b51ea62bae47ea9bf8df3031c88a1992b7a6 (diff)
downloadmpv-1e98ef77899e4314c2b3ada2388f9db61e0fd53d.tar.bz2
mpv-1e98ef77899e4314c2b3ada2388f9db61e0fd53d.tar.xz
Change type names to match upstream libass
Diffstat (limited to 'libvo/vo_vdpau.c')
-rw-r--r--libvo/vo_vdpau.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_vdpau.c b/libvo/vo_vdpau.c
index 281bfe60e2..486a6e699f 100644
--- a/libvo/vo_vdpau.c
+++ b/libvo/vo_vdpau.c
@@ -733,8 +733,8 @@ static void generate_eosd(mp_eosd_images_t *imgs) {
VdpStatus vdp_st;
VdpRect destRect;
int j, found;
- ass_image_t *img = imgs->imgs;
- ass_image_t *i;
+ ASS_Image *img = imgs->imgs;
+ ASS_Image *i;
// Nothing changed, no need to redraw
if (imgs->changed == 0)