summaryrefslogtreecommitdiff
path: root/src/post/planar/denoise3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/planar/denoise3d.c')
-rw-r--r--src/post/planar/denoise3d.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/post/planar/denoise3d.c b/src/post/planar/denoise3d.c
index 024cba960..6edeff291 100644
--- a/src/post/planar/denoise3d.c
+++ b/src/post/planar/denoise3d.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: denoise3d.c,v 1.7 2003/10/06 21:52:43 miguelfreitas Exp $
+ * $Id: denoise3d.c,v 1.8 2003/10/22 20:38:10 komadori Exp $
*
* mplayer's denoise3d
* Copyright (C) 2003 Daniel Moreno <comac@comac.darktech.org>
@@ -333,7 +333,8 @@ static vo_frame_t *denoise3d_get_frame(xine_video_port_t *port_gen, uint32_t wid
/* replace with our own draw function */
frame->draw = denoise3d_draw;
/* decoders should not copy the frames, since they won't be displayed */
- frame->copy = NULL;
+ frame->proc_slice = NULL;
+ frame->proc_frame = NULL;
return frame;
}