On Mon, Jun 20, 2011 at 03:59:58PM -0700, Jason Garrett-Glaser wrote:
> ---
> libavcodec/h264.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> --- a/libavcodec/h264.c
> +++ b/libavcodec/h264.c
> @@ -1744,7 +1744,7 @@ static av_always_inline void
> hl_decode_mb_idct_luma(H264Context *h, int mb_type,
> }else{
> for(i=0; i<16; i++){
> - if(h->non_zero_count_cache[ scan8[i+p*16] ] ||
> dctcoef_get(h->mb, pixel_shift, i*16))
> + if(h->non_zero_count_cache[ scan8[i+p*16] ] ||
> dctcoef_get(h->mb, pixel_shift, i*16+p*256))
> s->dsp.add_pixels4(dest_y + block_offset[i],
> h->mb + (i*16+p*256 << pixel_shift), linesize);
Could you please say something more than just "fix bug"?
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel