[FFmpeg-devel] [PATCH] dv: fix valgrind use of uninitialised value warnings.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Jul 5 19:02:37 CEST 2011


On Tue, Jul 05, 2011 at 09:55:18AM +0200, Clément Bœsch wrote:
> On Mon, Jul 04, 2011 at 08:07:33PM +0200, Reimar Döffinger wrote:
> [...]
> > This seems wasteful, how about something like below instead (untested)?
> 
> Yes, such change was proposed on libav, I'll send a new patch in a while.
> Also note the {0} was wrong in the first place in some configuration as
> pointed out by Måns.
> 
> Btw, I guess the +4 changed into +8 is to match
> FF_INPUT_BUFFER_PADDING_SIZE?

No, it was +4, now we push 32 bits more so it should be +8.
Not that it really matters.


More information about the ffmpeg-devel mailing list