From 738c241460754cfd0c666bd0d5611db92957458d Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 6 Jun 2003 19:42:04 +0000 Subject: initial ideas for automatic enabling/disabling deinterlacer fixes, comments, suggestions are welcome CVS patchset: 5011 CVS date: 2003/06/06 19:42:04 --- src/libxinevdec/yuv_frames.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libxinevdec/yuv_frames.c') diff --git a/src/libxinevdec/yuv_frames.c b/src/libxinevdec/yuv_frames.c index a16616fd8..6571aa12f 100644 --- a/src/libxinevdec/yuv_frames.c +++ b/src/libxinevdec/yuv_frames.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: yuv_frames.c,v 1.2 2003/01/19 19:42:48 guenter Exp $ + * $Id: yuv_frames.c,v 1.3 2003/06/06 19:42:04 miguelfreitas Exp $ * * dummy video decoder for uncompressed video frames as delivered by v4l */ @@ -74,7 +74,8 @@ static void yuv_frames_decode_data (video_decoder_t *this_gen, buf_element_t *bu xine_fast_memcpy (img->base[1], buf->content+frame_size, frame_size/4); xine_fast_memcpy (img->base[2], buf->content+frame_size*5/4, frame_size/4); - + img->progressive_frame = 0; + img->draw (img, this->stream); img->free (img); -- cgit v1.2.3