Commit 4f651c72 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/h263: Remove disabled and wrong code from ff_h263_loop_filter()

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 901c6254
......@@ -141,8 +141,6 @@ void ff_h263_loop_filter(MpegEncContext * s){
uint8_t *dest_cb= s->dest[1];
uint8_t *dest_cr= s->dest[2];
// if(s->pict_type==AV_PICTURE_TYPE_B && !s->readable) return;
/*
Diag Top
Left Center
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment