# HG changeset patch # User diego # Date 1276880593 0 # Node ID 262d9759bfc50e4bd8bd5ce3d219d4044e1b41cb # Parent f6864e52d6be32b3e3478390dbcc621dde0f1860 Move field_dominance extern variable declaration to dec_video.h. diff -r f6864e52d6be -r 262d9759bfc5 cfg-common.h --- a/cfg-common.h Fri Jun 18 17:00:23 2010 +0000 +++ b/cfg-common.h Fri Jun 18 17:03:13 2010 +0000 @@ -26,15 +26,13 @@ #include "mp_msg.h" #include "libmpcodecs/ad.h" +#include "libmpcodecs/dec_video.h" #include "libmpcodecs/vd.h" #include "libmpdemux/demux_ts.h" #include "osdep/priority.h" #include "stream/network.h" #include "codec-cfg.h" -/* defined in dec_video.c */ -extern int field_dominance; - /* from dec_audio, currently used for ac3surround decoder only */ extern int audio_output_channels; extern int fakemono; diff -r f6864e52d6be -r 262d9759bfc5 libmpcodecs/dec_video.h --- a/libmpcodecs/dec_video.h Fri Jun 18 17:00:23 2010 +0000 +++ b/libmpcodecs/dec_video.h Fri Jun 18 17:03:13 2010 +0000 @@ -21,6 +21,8 @@ #include "libmpdemux/stheader.h" +extern int field_dominance; + // dec_video.c: void vfm_help(void);