Mercurial > mplayer.hg
changeset 31117:8a83d235a370
Fix compilation after r31173.
author | cehoyos |
---|---|
date | Fri, 14 May 2010 14:20:19 +0000 |
parents | 5ad926edeccc |
children | df3c26e9d5c8 |
files | libmpcodecs/vf.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf.c Fri May 14 13:49:05 2010 +0000 +++ b/libmpcodecs/vf.c Fri May 14 14:20:19 2010 +0000 @@ -51,7 +51,6 @@ extern const vf_info_t vf_info_scale; extern const vf_info_t vf_info_format; extern const vf_info_t vf_info_noformat; -extern const vf_info_t vf_info_yuy2; extern const vf_info_t vf_info_flip; extern const vf_info_t vf_info_rgb2bgr; extern const vf_info_t vf_info_rotate; @@ -137,7 +136,6 @@ &vf_info_vo, &vf_info_format, &vf_info_noformat, - &vf_info_yuy2, &vf_info_flip, &vf_info_rgb2bgr, &vf_info_rotate,