Mercurial > mplayer.hg
changeset 24377:0f263b2c4622
warning fix:
cfg-common.h:347: warning: redundant redeclaration of 'vd_use_slices'
libmpcodecs/vd.h:19: warning: previous declaration of 'vd_use_slices' was here
author | diego |
---|---|
date | Mon, 10 Sep 2007 10:57:40 +0000 |
parents | 824b917fab4a |
children | 9cea788cf2b3 |
files | cfg-common.h mencoder.c |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Mon Sep 10 08:47:55 2007 +0000 +++ b/cfg-common.h Mon Sep 10 10:57:40 2007 +0000 @@ -344,7 +344,6 @@ extern float movie_aspect; extern int softzoom; extern int flip; -extern int vd_use_slices; /* defined in codec-cfg.c */ extern char * codecs_file;
--- a/mencoder.c Mon Sep 10 08:47:55 2007 +0000 +++ b/mencoder.c Mon Sep 10 10:57:40 2007 +0000 @@ -65,6 +65,7 @@ #include "libmpcodecs/dec_audio.h" #include "libmpcodecs/dec_video.h" #include "libmpcodecs/vf.h" +#include "libmpcodecs/vd.h" // for MPEGLAYER3WAVEFORMAT: #include "libmpdemux/ms_hdr.h"