[FFmpeg-cvslog] r23370 - trunk/libavcodec/vc1dec.c

Kostya kostya.shishkov
Sat May 29 16:26:08 CEST 2010


On Sat, May 29, 2010 at 07:45:33AM +0000, Carl Eugen Hoyos wrote:
> kostya <subversion <at> mplayerhq.hu> writes:
> 
> > Author: kostya
> > Date: Sat May 29 09:28:24 2010
> > New Revision: 23370
> > 
> > Log:
> > 321l: do not use shifted s->linesize instead of correct s->uvlinesize.
> > This should fix chroma issues in WMV3/VC-1 decoder with avfilter enabled.
> 
> Yes, thank you!
> 
> Could you look into another problem:
> mplayer SA00040.vc1 -vo md5sum claims 14 frames. as does ffplay.
> ffmpeg -i SA00040.vc1 -f framemd5 - shows only two frames, which makes testing
> (FATE) not so useful, imo.

I suspect it may be something to do with (not) setting packet flag |= PKT_KEY
in lav[cd]. Unfortunately, I don't have good environment for development
yet (who new that delivering furniture in Germany is almost the same as
in Ukraine?).
 
> Carl Eugen



More information about the ffmpeg-cvslog mailing list