[Mplayer-cvslog] CVS: main/libmpcodecs vd_ffmpeg.c,1.28,1.29
Michael Niedermayer
michael at mplayerhq.hu
Mon Jul 15 02:30:52 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv21084
Modified Files:
vd_ffmpeg.c
Log Message:
10l
Index: vd_ffmpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_ffmpeg.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- vd_ffmpeg.c 14 Jul 2002 21:57:03 -0000 1.28
+++ vd_ffmpeg.c 15 Jul 2002 00:30:50 -0000 1.29
@@ -115,9 +115,11 @@
if(vd_use_slices && lavc_codec->capabilities&CODEC_CAP_DRAW_HORIZ_BAND)
ctx->do_slices=1;
+#if LIBAVCODEC_BUILD > 4615
if(lavc_codec->capabilities&CODEC_CAP_DR1)
ctx->do_dr1=1;
-
+#endif
+
ctx->avctx = malloc(sizeof(AVCodecContext));
memset(ctx->avctx, 0, sizeof(AVCodecContext));
avctx = ctx->avctx;
More information about the MPlayer-cvslog
mailing list