comparison cook.c @ 5408:20bea6a9950c libavcodec

cosmetics: misc typo fixes
author diego
date Sat, 28 Jul 2007 12:46:26 +0000
parents 7e4703e16bbd
children a8ca6409c0b2
comparison
equal deleted inserted replaced
5407:91906ea3337f 5408:20bea6a9950c
281 /** 281 /**
282 * Cook indata decoding, every 32 bits are XORed with 0x37c511f2. 282 * Cook indata decoding, every 32 bits are XORed with 0x37c511f2.
283 * Why? No idea, some checksum/error detection method maybe. 283 * Why? No idea, some checksum/error detection method maybe.
284 * 284 *
285 * Out buffer size: extra bytes are needed to cope with 285 * Out buffer size: extra bytes are needed to cope with
286 * padding/missalignment. 286 * padding/misalignment.
287 * Subpackets passed to the decoder can contain two, consecutive 287 * Subpackets passed to the decoder can contain two, consecutive
288 * half-subpackets, of identical but arbitrary size. 288 * half-subpackets, of identical but arbitrary size.
289 * 1234 1234 1234 1234 extraA extraB 289 * 1234 1234 1234 1234 extraA extraB
290 * Case 1: AAAA BBBB 0 0 290 * Case 1: AAAA BBBB 0 0
291 * Case 2: AAAA ABBB BB-- 3 3 291 * Case 2: AAAA ABBB BB-- 3 3