[FFmpeg-cvslog] r9656 - trunk/libavcodec/ac3dec.c

Justin Ruggles justinruggles
Sun Jul 15 00:11:24 CEST 2007


Dominik 'Rathann' Mierzejewski wrote:
> On Saturday, 14 July 2007 at 18:01, Diego Biurrun wrote:
>> On Sat, Jul 14, 2007 at 05:53:17PM +0200, Dominik 'Rathann' Mierzejewski wrote:
>>> On Saturday, 14 July 2007 at 17:51, jbr wrote:
>>>> --- trunk/libavcodec/ac3dec.c	(original)
>>>> +++ trunk/libavcodec/ac3dec.c	Sat Jul 14 17:51:00 2007
>>>> @@ -38,6 +38,7 @@
>>>>  #define BLOCK_SIZE    256
>>>>  #define AUDIO_BLOCKS    6
>>>>  
>>>> +
>>>>  /* Synchronization information. */
>>>>  typedef struct {
>>>>      uint16_t sync_word;     //synchronization word = always 0x0b77
>>> cosmetics
>> Don't bother, this comes from the soc repository as-is.
> 
> Ah, does it mean that it doesn't have to follow our rules?
> 
> Regards,
> R.

It means that last year we didn't enforce the rules for the soc 
repository.  I chose to copy each change verbatim rather than copy the 
final revision only.  The latter would have been much easier, but I 
wanted to maintain the history of the code.  The only modifications I 
made were to strip the trailing whitespace and tabs from each commit so 
that they wouldn't be rejected by FFmpeg's pre-commit hook.

Subsequent changes will, of course, follow our rules.

-Justin




More information about the ffmpeg-cvslog mailing list