[FFmpeg-soc] [soc]: r5875 - in mms: mms.h mmsh.c
Diego Biurrun
diego at biurrun.de
Thu Jul 29 19:04:39 CEST 2010
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.
Diego
More information about the FFmpeg-soc
mailing list