Re: [libav-devel] [PATCH 5/5] lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition

2011-10-17 Thread Dustin Brody
On 10/17/2011 1:03 AM, Ronald S. Bultje wrote: This is great work and we should merge it (as in: patch LGTM). Now, as for explode, the distinction between explode and bitstream appears to be mostly one of stuff that used to be there before you touched it and stuff you touched. Not that I

Re: [libav-devel] [PATCH 5/5] lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition

2011-10-16 Thread Ronald S. Bultje
Hi, On Sun, Oct 16, 2011 at 7:07 PM, Dustin Brody li...@parsoma.net wrote: ---  libavcodec/aacdec.c       |    2 +-  libavcodec/ac3dec.c       |    2 +-  libavcodec/alsdec.c       |    6 +++---  libavcodec/h261dec.c      |    2 +-  libavcodec/h263dec.c      |    2 +-  libavcodec/h264.c