summaryrefslogtreecommitdiffstats
path: root/video/decode/vd.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-18 11:32:53 +0200
committerwm4 <wm4@nowhere>2013-05-18 17:32:37 +0200
commitc970f5c3288a0e0cb925327182d4317768be0b83 (patch)
tree4d00d9d39855d41f751bc30ee5913d20564ea64f /video/decode/vd.h
parentf921a675aed0d50bf94fb211692209c8ba618750 (diff)
downloadmpv-c970f5c3288a0e0cb925327182d4317768be0b83.tar.bz2
mpv-c970f5c3288a0e0cb925327182d4317768be0b83.tar.xz
video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO
Same thing, and VDCTRL_REINIT_VO implies more generic use.
Diffstat (limited to 'video/decode/vd.h')
-rw-r--r--video/decode/vd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/decode/vd.h b/video/decode/vd.h
index 88ce4b2f59..0e06f7bb40 100644
--- a/video/decode/vd.h
+++ b/video/decode/vd.h
@@ -42,7 +42,7 @@ extern const vd_functions_t *const mpcodecs_vd_drivers[];
#define VDCTRL_RESYNC_STREAM 8 // reset decode state after seeking
#define VDCTRL_QUERY_UNSEEN_FRAMES 9 // current decoder lag
-#define VDCTRL_RESET_ASPECT 10 // reinit filter/VO chain for new aspect ratio
+#define VDCTRL_REINIT_VO 10 // reinit filter/VO chain
int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int outfmt);