[FFmpeg-devel] [PATCH] RoQ muxer

Diego Biurrun diego
Thu May 10 01:09:38 CEST 2007


On Wed, May 09, 2007 at 07:44:21PM +0200, Vitor wrote:
> M?ns Rullg?rd wrote:
> >>+static int roq_write_header(struct AVFormatContext *s)
> >>+{
> >>+    static const uint8_t header[] = {0x84, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 
> >>0x1E, 0x00};
> >>    
> >
> >Minor nit: please split that line something like this:
> >
> >    static const uint8_t header[] = {
> >        0x84, 0x10, 0xFF, 0xFF, 0xFF, 0xFF, 0x1E, 0x00
> >    };
> 
> Agreed, thanks.

Applied.

Diego




More information about the ffmpeg-devel mailing list