Quoting Kieran Kunhya (2015-11-09 00:03:19) > > pkt->side_data = av_realloc(pkt->side_data, > > (elems + 1) * sizeof(*pkt->side_data)); > > Would a linked list be better? (I'm not sure) >
Well, it's too late to make this decision, the struct already exists. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
