New upstream version 4.2.1

This commit is contained in:
Joshua Boniface
2019-10-01 12:44:37 -04:00
parent ce9c7e0073
commit 1901e784e5
1770 changed files with 122509 additions and 30094 deletions
+1 -1
View File
@@ -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;