[FFmpeg-cvslog] avcodec/sonic: Remove outdated outcommented line

Andreas Rheinhardt git at videolan.org
Tue Mar 30 16:49:24 EEST 2021


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Thu Mar 25 02:28:45 2021 +0100| [0ab70230f2a597545fb6063e3cebd26bbca93fa6] | committer: Andreas Rheinhardt

avcodec/sonic: Remove outdated outcommented line

Compilation would fail if it were outcommented as it refers to a
nonexistent PutBitContext.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ab70230f2a597545fb6063e3cebd26bbca93fa6
---

 libavcodec/sonic.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/sonic.c b/libavcodec/sonic.c
index c049f6aedc..c2cb47a2b4 100644
--- a/libavcodec/sonic.c
+++ b/libavcodec/sonic.c
@@ -832,8 +832,6 @@ static int sonic_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
             return ret;
     }
 
-//    av_log(avctx, AV_LOG_DEBUG, "used bytes: %d\n", (put_bits_count(&pb)+7)/8);
-
     avpkt->size = ff_rac_terminate(&c, 0);
     *got_packet_ptr = 1;
     return 0;



More information about the ffmpeg-cvslog mailing list