From fd5207f56d13f70a7750ac457dc5efdb514d9845 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Jun 2014 22:41:14 +0200 Subject: options: remove global variables for swscale options; rename them Additionally to removing the global variables, this makes the options more uniform. --ssf-... becomes --sws-..., and --sws becomes --sws- scaler. For --sws-scaler, use choices instead of magic integer values. --- video/filter/vf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/filter/vf.h') diff --git a/video/filter/vf.h b/video/filter/vf.h index 0e3a02b3a2..bfe573e618 100644 --- a/video/filter/vf.h +++ b/video/filter/vf.h @@ -93,6 +93,7 @@ typedef struct vf_instance { // Caches valid output formats. uint8_t last_outfmts[IMGFMT_END - IMGFMT_START]; + struct vf_chain *chain; struct vf_instance *next; } vf_instance_t; -- cgit v1.2.3