100l, removed a #ifdef the wrong way, CODEC_FLAG_NOT_TRUNCATED no longer exists,

so remove reference to it to fix compilation.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28545 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-02-12 16:58:47 +00:00
parent 403de5ac6e
commit 8c2821f32d
1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ static int init(sh_video_t *sh){
avctx->reget_buffer= get_buffer;
}
avctx->flags|= CODEC_FLAG_NOT_TRUNCATED;
avctx->flags|= lavc_param_bitexact;
avctx->width = sh->disp_w;