# HG changeset patch # User reimar # Date 1234457927 0 # Node ID afcd1ee3d3f114dc858f82374d6a7f7b5473edce # Parent 905a8897c91040a212c0aab7b64c76245652d2f0 100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists, so remove reference to it to fix compilation. diff -r 905a8897c910 -r afcd1ee3d3f1 libmpcodecs/vd_ffmpeg.c --- a/libmpcodecs/vd_ffmpeg.c Thu Feb 12 15:41:59 2009 +0000 +++ b/libmpcodecs/vd_ffmpeg.c Thu Feb 12 16:58:47 2009 +0000 @@ -265,7 +265,6 @@ avctx->reget_buffer= get_buffer; } - avctx->flags|= CODEC_FLAG_NOT_TRUNCATED; avctx->flags|= lavc_param_bitexact; avctx->width = sh->disp_w;