[FFmpeg-devel] NC4600 camera code

nicolas martin elvadrias
Sat Dec 13 16:51:21 CET 2008


> On Sat, Dec 13, 2008 at 10:01:38AM -0500, nicolas martin wrote:
>>> On Sat, Dec 13, 2008 at 08:52:38AM -0500, nicolas martin wrote:
>>>
>>> If you want to see the patch reviewed and possibly included...
>> The patch is attached
>>
>> --- libavformat/avio.h	(revision 16101)
>> +++ libavformat/avio.h	(working copy)
>> @@ -172,6 +172,12 @@
>> +#ifdef CONFIG_NC4600_DEMUXER
>> +    int copied;
>> +    int paquet_size;
>
> 'paquet' is not an English word.  Did you mean packet?
Yes, sorry for the bad traduction, it is fixed.
>
>
>> --- libavformat/aviobuf.c	(revision 16101)
>> +++ libavformat/aviobuf.c	(working copy)
>> @@ -417,6 +422,73 @@
>>
>> +#ifdef CONFIG_NC4600_DEMUXER
>> +//this gives the size of the next real data paquet based on the 16  
>> bytes header of the paquet (i.e those 16 bytes must be trimmed from  
>> the mpeg4 stream)
>
> Please try to keep lines below 80 characters.
Fixed
>
>
>> +int nc4600_ident_packet(unsigned char *p) {
>
> Put the opening brace on the next line.
Fixed
>
>
> Diego

Last patch attached.

Nicolas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch.txt
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20081213/6ccd0888/attachment.txt>
-------------- next part --------------

>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel




More information about the ffmpeg-devel mailing list