[MPlayer-cvslog] r28600 - trunk/libmpcodecs/vd_ffmpeg.c
reimar
subversion at mplayerhq.hu
Sun Feb 15 18:29:00 CET 2009
Author: reimar
Date: Sun Feb 15 18:29:00 2009
New Revision: 28600
Log:
Remove unnecessary #if around forward declaration.
Modified:
trunk/libmpcodecs/vd_ffmpeg.c
Modified: trunk/libmpcodecs/vd_ffmpeg.c
==============================================================================
--- trunk/libmpcodecs/vd_ffmpeg.c Sun Feb 15 18:23:05 2009 (r28599)
+++ trunk/libmpcodecs/vd_ffmpeg.c Sun Feb 15 18:29:00 2009 (r28600)
@@ -58,10 +58,8 @@ static void release_buffer(AVCodecContex
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;
More information about the MPlayer-cvslog
mailing list