Mercurial > mplayer.hg
changeset 31979:ed8a577b9a20
Add the proper include instead of declaring the divx_quality variable extern.
author | diego |
---|---|
date | Tue, 07 Sep 2010 23:39:54 +0000 |
parents | 3525dc14e3dc |
children | 4be58d992308 |
files | libmpcodecs/vf_pp.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf_pp.c Tue Sep 07 23:35:57 2010 +0000 +++ b/libmpcodecs/vf_pp.c Tue Sep 07 23:39:54 2010 +0000 @@ -30,6 +30,7 @@ #include <malloc.h> #endif +#include "dec_video.h" #include "img_format.h" #include "mp_image.h" #include "vf.h" @@ -157,8 +158,6 @@ //===========================================================================// -extern int divx_quality; - static const unsigned int fmt_list[]={ IMGFMT_YV12, IMGFMT_I420,