[libav-devel] [PATCH] h264: hide reference frame errors unless requested

2011-08-17 Thread Dustin Brody
--- libavcodec/h264_refs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c index b7e43e7..ce29caf 100644 --- a/libavcodec/h264_refs.c +++ b/libavcodec/h264_refs.c @@ -655,7 +655,7 @@ int

Re: [libav-devel] [PATCH] h264: hide reference frame errors unless requested

2011-08-17 Thread Ronald S. Bultje
Hi, On Wed, Aug 17, 2011 at 3:08 PM, Dustin Brody li...@parsoma.net wrote: ---  libavcodec/h264_refs.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c index b7e43e7..ce29caf 100644 --- a/libavcodec/h264_refs.c +++