changeset 28565:fca7fe99aa23

Remove unnecessary #if around forward declaration.
author reimar
date Sun, 15 Feb 2009 17:29:00 +0000
parents f2f0357b2c30
children 0c93265eb728
files libmpcodecs/vd_ffmpeg.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Sun Feb 15 17:23:05 2009 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Sun Feb 15 17:29:00 2009 +0000
@@ -58,10 +58,8 @@
 static void draw_slice(struct AVCodecContext *s, AVFrame *src, int offset[4],
                        int y, int type, int height);
 
-#if CONFIG_XVMC
 static enum PixelFormat get_format(struct AVCodecContext *avctx,
                                    const enum PixelFormat *pix_fmt);
-#endif
 
 static int lavc_param_workaround_bugs= FF_BUG_AUTODETECT;
 static int lavc_param_error_resilience=2;