Hi,
Included is a patch that fixes the error messages when XvMC VLD is used with the latest XvMC/VLD merge.
Terry
Index: libs/libavcodec/xvmcvldvideo.c
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libavcodec/xvmcvldvideo.c,v
retrieving revision 1.6
diff -u -r1.6 xvmcvldvideo.c
--- libs/libavcodec/xvmcvldvideo.c 30 Nov 2004 02:27:22 -0000 1.6
+++ libs/libavcodec/xvmcvldvideo.c 4 May 2005 06:10:08 -0000
@@ -74,7 +74,6 @@
break;
case P_TYPE:
render->p_past_surface = findPastSurface(s, render);
- render->p_future_surface = render->p_surface;
if (!render->p_past_surface)
av_log(avctx, AV_LOG_ERROR, "error: decoding P frame and past frameis null!");
break;
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
