projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901c625
)
avcodec/h263: Remove disabled and wrong code from ff_h263_loop_filter()
author
Michael Niedermayer
<michael@niedermayer.cc>
Wed, 1 Feb 2017 16:44:49 +0000
(17:44 +0100)
committer
Michael Niedermayer
<michael@niedermayer.cc>
Wed, 1 Feb 2017 18:09:27 +0000
(19:09 +0100)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/h263.c
patch
|
blob
|
history
diff --git
a/libavcodec/h263.c
b/libavcodec/h263.c
index
0855ee7
..
bc5c0d5
100644
(file)
--- 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