ref: be66f01228b3bc33958f8082aa038b92140461ab
parent: 312cb68c9ee1e4eb0a24b811b5baf40668089712
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Thu Feb 11 06:24:44 EST 2021
h264: the increase of reordering array was not supposed to be in
--- a/decoder_h264.c
+++ b/decoder_h264.c
@@ -20,7 +20,7 @@
uint8_t *data[3];
/* reordering */
- SPictInfo pics[64];
+ SPictInfo pics[16];
int npics;
int lastgopremain;
int lastwritten;