[FFmpeg-soc] [soc]: r5875 - in mms: mms.h mmsh.c
zhentan feng
spyfeng at gmail.com
Fri Jul 30 03:43:19 CEST 2010
Hi
On Fri, Jul 30, 2010 at 1:04 AM, Diego Biurrun <diego at biurrun.de> wrote:
> On Wed, Jul 28, 2010 at 05:42:24PM +0200, spyfeng wrote:
> >
> > --- mms/mms.h Wed Jul 28 17:09:11 2010 (r5874)
> > +++ mms/mms.h Wed Jul 28 17:42:24 2010 (r5875)
> > @@ -34,7 +34,7 @@ typedef struct {
> > /** Buffer for outgoing packets. */
> > /*@{*/
> > uint8_t *write_out_ptr; ///< Pointer for writting the
> buffer.
> > - uint8_t out_buffer[512]; ///< Buffer for outgoing
> packet.
> > + uint8_t out_buffer[8192]; ///< Buffer for outgoing
> packet.
>
> You broke vertical alignment.
>
>
thanks for reminding me.
I'll check through all the code for alignment.
zhentan
--
Best wishes~
More information about the FFmpeg-soc
mailing list