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?

lu



_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to