diff libmpcodecs/vf.c @ 10006:6293e6f02fe3

display size/aspect adjusting filter
author rfelker
date Sun, 27 Apr 2003 18:55:04 +0000
parents 89da8ec89558
children 30cad6ad9dbc
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Sun Apr 27 18:44:23 2003 +0000
+++ b/libmpcodecs/vf.c	Sun Apr 27 18:55:04 2003 +0000
@@ -65,6 +65,7 @@
 extern vf_info_t vf_info_tfields;
 extern vf_info_t vf_info_ivtc;
 extern vf_info_t vf_info_ilpack;
+extern vf_info_t vf_info_dsize;
 
 // list of available filters:
 static vf_info_t* filter_list[]={
@@ -121,6 +122,7 @@
     &vf_info_tfields,
     &vf_info_ivtc,
     &vf_info_ilpack,
+    &vf_info_dsize,
     NULL
 };