mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-03 05:09:58 +03:00
New upstream version 4.2.1
This commit is contained in:
+1
-1
@@ -842,7 +842,7 @@ static int sonic_encode_frame(AVCodecContext *avctx, AVPacket *avpkt,
|
||||
|
||||
// av_log(avctx, AV_LOG_DEBUG, "used bytes: %d\n", (put_bits_count(&pb)+7)/8);
|
||||
|
||||
avpkt->size = ff_rac_terminate(&c);
|
||||
avpkt->size = ff_rac_terminate(&c, 0);
|
||||
*got_packet_ptr = 1;
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user