mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-10-19 09:53:18 +00:00
avcodec/h263: Remove disabled and wrong code from ff_h263_loop_filter()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
901c625494
commit
4f651c723b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue