[Ffmpeg-devel] h264, protection against corrupted data (second try patch)

Guillaume POIRIER poirierg
Fri Jan 19 10:39:06 CET 2007


Hi,

On 1/19/07, Michael Niedermayer <michaelni at gmx.at> wrote:
> Hi
>
> On Thu, Jan 18, 2007 at 12:48:39PM -0500, Frank wrote:
> [...]
> > +
>
> trailling whitespace isnt allowed in svn
>
>
> [...]
>
> > -        while(ptr[dst_length - 1] == 0 && dst_length > 1)
> [...]
> > +        while( ptr[dst_length - 1] == 0 && dst_length > 1 )
>
> cosmetic change
>
> [...]
>
>
> except these the patch looks ok


I fixed these issues, and committed the patch.
Regression tests do pass, before and after this patch.

Guillaume




More information about the ffmpeg-devel mailing list