[FFmpeg-cvslog] avcodec/error_resilience: comment out unused assignment
Michael Niedermayer
git at videolan.org
Sat Aug 2 22:23:57 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Aug 2 22:01:59 2014 +0200| [459996325dab6eeebdc2760827d37ec1e0bcba5c] | committer: Michael Niedermayer
avcodec/error_resilience: comment out unused assignment
Its not removed as the code which uses this is out-commented too.
Found-by: CSA
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=459996325dab6eeebdc2760827d37ec1e0bcba5c
---
libavcodec/error_resilience.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c
index 86e33a1..ff5c7d0 100644
--- a/libavcodec/error_resilience.c
+++ b/libavcodec/error_resilience.c
@@ -1200,7 +1200,7 @@ void ff_er_frame_end(ERContext *s)
const int mb_xy = mb_x + mb_y * s->mb_stride;
const int mb_type = s->cur_pic.mb_type[mb_xy];
- error = s->error_status_table[mb_xy];
+ // error = s->error_status_table[mb_xy];
if (IS_INTRA(mb_type) && s->partitioned_frame)
continue;
More information about the ffmpeg-cvslog
mailing list