On 12/27/2011 01:13 PM, Diego Biurrun wrote:
> ---
> libavcodec/error_resilience.c | 8 ++++++--
> libavformat/mmst.c | 2 +-
> libpostproc/postprocess_template.c | 4 ++--
> tools/patcheck | 2 +-
> 4 files changed, 10 insertions(+), 6 deletions(-)
>
> diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c
> index fe28f46..39c0b2f 100644
> --- a/libavcodec/error_resilience.c
> +++ b/libavcodec/error_resilience.c
> @@ -50,7 +50,11 @@ static void decode_mb(MpegEncContext *s, int ref){
> h->mb_xy= s->mb_x + s->mb_y*s->mb_stride;
> memset(h->non_zero_count_cache, 0, sizeof(h->non_zero_count_cache));
> assert(ref>=0);
> - if(ref >= h->ref_count[0]) //FIXME it is posible albeit uncommon
> that slice references differ between slices, we take the easy approuch and
> ignore it for now. If this turns out to have any relevance in practice then
> correct remapping should be added
> + /* FIXME: It is posible albeit uncommon that slice references
s/posible/possible
ok to push with that change.
thanks,
Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel