On 06/04/15 21:04, Anton Khirnov wrote:
--- libavcodec/h264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 08530a0..d4306fe 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -1698,7 +1698,7 @@ av_cold void ff_h264_free_context(H264Context *h) { int i; - ff_h264_free_tables(h); // FIXME cleanup init stuff perhaps + ff_h264_free_tables(h); if (h->DPB) { for (i = 0; i < H264_MAX_PICTURE_COUNT; i++)
Ok. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
