[FFmpeg-devel] [PATCH] RoQ muxer

Vitor vitor1001
Wed May 9 19:44:21 CEST 2007


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.

-Vitor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: roq_muxer.diff
Type: text/x-patch
Size: 3034 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070509/1f10027e/attachment.bin>



More information about the ffmpeg-devel mailing list