From c57e51097b1e29a1cd077c69a677f1953d74e159 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 21 Apr 2014 22:54:43 +0200 Subject: command: export rotation parameter For completeness. --- player/command.c | 1 + 1 file changed, 1 insertion(+) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index c20e33167a..0cc1edde81 100644 --- a/player/command.c +++ b/player/command.c @@ -1789,6 +1789,7 @@ static int property_imgparams(struct mp_image_params p, int action, void *arg) {"colormatrix", SUB_PROP_STR(mp_csp_names[p.colorspace])}, {"colorlevels", SUB_PROP_STR(mp_csp_levels_names[p.colorlevels])}, {"chroma-location", SUB_PROP_STR(mp_chroma_names[p.chroma_location])}, + {"rotate", SUB_PROP_INT(p.rotate)}, {0} }; -- cgit v1.2.3