changeset 28510:afcd1ee3d3f1

100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists, so remove reference to it to fix compilation.
author reimar
date Thu, 12 Feb 2009 16:58:47 +0000
parents 905a8897c910
children db19e31a2c7c
files libmpcodecs/vd_ffmpeg.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;