[FFmpeg-cvslog] avcodec/h263: Remove disabled and wrong code from ff_h263_loop_filter()
Michael Niedermayer
git at videolan.org
Wed Feb 1 20:10:01 EET 2017
ffmpeg | branch: master | Michael Niedermayer <michael at 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 <michael at 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
More information about the ffmpeg-cvslog
mailing list