[FFmpeg-devel] Corrupted blocks and seeking issues in H264 disc sources

Andreas Öman andreas
Tue Jul 24 12:14:21 CEST 2007


Hi

Michael Niedermayer wrote:
> Hi
> 
> fill_caches()
> does
>             h->ref_cache[list][scan8[5 ]+1] =
>             h->ref_cache[list][scan8[7 ]+1] =
>             h->ref_cache[list][scan8[13]+1] =  //FIXME remove past 3 (init somewhere else)
>             h->ref_cache[list][scan8[4 ]] =
>             h->ref_cache[list][scan8[12]] = PART_NOT_AVAILABLE;
> 
> why doesnt this suffice to mark them as unavailable?
> 

I believe it is cause pred_direct_motion() overwrites
all this will zeroes.






More information about the ffmpeg-devel mailing list