Browse Source

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@gmail.com>
master
Andreas Rheinhardt Andreas Rheinhardt 4 years ago
parent
commit
0ab70230f2
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/sonic.c

+ 0
- 2
libavcodec/sonic.c View File

@@ -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;


Loading…
Cancel
Save