Hi, On Mon, Jan 14, 2013 at 6:11 AM, Luca Barbato <lu_z...@gentoo.org> wrote: > On 14/01/13 06:46, Ronald S. Bultje wrote: > >> libavcodec/h264.c | 12 ++++- >> libavcodec/h264.h | 5 +- >> libavcodec/h264_refs.c | 143 >> ++++++++++++++++++++++++++++++++++--------------- >> 3 files changed, 114 insertions(+), 46 deletions(-) >> > >> +#if 0 >> + if (mmco[i].short_pic_num >= h->short_ref_count || >> + h->short_ref[ mmco[i].short_pic_num ] == NULL){ >> + av_log(s->avctx, AV_LOG_ERROR, >> + "illegal short ref in memory management >> control " >> + "operation %d\n", mmco); >> return -1; >> - }*/ >> + } >> +#endif > > Why commented out?
Commented out in original code also, I'm trying to not make unrelated functional modifications. Ronald _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel