ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Wed Feb 1 17:44:49 2017 +0100| [4f651c723b59bb833cebe4bb3cbc44da57b8a2cf] | committer: Michael Niedermayer
avcodec/h263: Remove disabled and wrong code from ff_h263_loop_filter() Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f651c723b59bb833cebe4bb3cbc44da57b8a2cf --- libavcodec/h263.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/h263.c b/libavcodec/h263.c index 0855ee7..bc5c0d5 100644 --- a/libavcodec/h263.c +++ b/libavcodec/h263.c @@ -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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
