[FFmpeg-devel] [PATCH] sanm: fix undefined behaviour on big-endian.
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun Aug 11 19:34:20 CEST 2013
On Sun, Aug 11, 2013 at 12:45:41PM +0200, Michael Niedermayer wrote:
> On Sun, Aug 11, 2013 at 11:08:01AM +0200, Reimar Döffinger wrote:
> > A variable with post-increment may only appear
> > once in a statement.
> >
> > Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
> > ---
> > libavcodec/sanm.c | 6 ++++--
> > 1 file changed, 4 insertions(+), 2 deletions(-)
>
> LGTM
Pushed.
More information about the ffmpeg-devel
mailing list