Mercurial > mplayer.hg
diff libmpcodecs/vf.c @ 11921:dd3ac91a86b5
qp change filter
| author | michael |
|---|---|
| date | Thu, 05 Feb 2004 15:56:05 +0000 |
| parents | 4c24bad2a86b |
| children | b0d9fd244d10 |
line wrap: on
line diff
--- a/libmpcodecs/vf.c Wed Feb 04 23:18:25 2004 +0000 +++ b/libmpcodecs/vf.c Thu Feb 05 15:56:05 2004 +0000 @@ -85,6 +85,7 @@ extern vf_info_t vf_info_yuvcsp; extern vf_info_t vf_info_kerndeint; extern vf_info_t vf_info_rgbtest; +extern vf_info_t vf_info_qp; // list of available filters: static vf_info_t* filter_list[]={ @@ -161,6 +162,7 @@ &vf_info_yuvcsp, &vf_info_kerndeint, &vf_info_rgbtest, + &vf_info_qp, NULL };
