From: Gildas Bazin Date: Tue, 17 Jun 2003 21:07:50 +0000 (+0000) Subject: * modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessin... X-Git-Tag: 0.6.0~49 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=5dca16cd8c9a097581407aaafd9cff55295d9b12;p=vlc * modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessing code. --- diff --git a/modules/codec/ffmpeg/video.h b/modules/codec/ffmpeg/video.h index 2b01710747..f097061f36 100644 --- a/modules/codec/ffmpeg/video.h +++ b/modules/codec/ffmpeg/video.h @@ -2,7 +2,7 @@ * video.h: video decoder using ffmpeg library ***************************************************************************** * Copyright (C) 1999-2001 VideoLAN - * $Id: video.h,v 1.8 2003/04/26 21:45:26 fenrir Exp $ + * $Id: video.h,v 1.9 2003/06/17 21:07:50 gbazin Exp $ * * Authors: Laurent Aimar * @@ -34,9 +34,6 @@ typedef struct vdec_thread_s #ifdef LIBAVCODEC_PP pp_context_t *pp_context; pp_mode_t *pp_mode; -#else - uint32_t i_pp_mode; /* valid only with I420 and YV12 */ - postprocessing_t *p_pp; #endif /* for frame skipping algo */