Re: [FFmpeg-devel] avidec.c

2014-12-08 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 11:56:50PM +0100, Carl Eugen Hoyos wrote: > On Monday 08 December 2014 08:28:00 pm Michael Niedermayer wrote: > > On Mon, Dec 08, 2014 at 03:42:25PM +0100, Gabor Nagy wrote: > > > Hello! > > > > > > Let me suggest two small changes in avidec.c > > > first is at 129. line and

Re: [FFmpeg-devel] avidec.c

2014-12-08 Thread Carl Eugen Hoyos
On Monday 08 December 2014 08:28:00 pm Michael Niedermayer wrote: > On Mon, Dec 08, 2014 at 03:42:25PM +0100, Gabor Nagy wrote: > > Hello! > > > > Let me suggest two small changes in avidec.c > > first is at 129. line and second at 663. line. > > please "git commit" your changes, write a proper co

Re: [FFmpeg-devel] avidec.c

2014-12-08 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 03:42:25PM +0100, Gabor Nagy wrote: > Hello! > > Let me suggest two small changes in avidec.c > first is at 129. line and second at 663. line. please "git commit" your changes, write a proper commit message and generate a git patch with "git format-patch -1" and then post

[FFmpeg-devel] avidec.c

2014-12-08 Thread Gabor Nagy
Hello! Let me suggest two small changes in avidec.c first is at 129. line and second at 663. line. Gabor Nagy/* * AVI demuxer * Copyright (c) 2001 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of th