Mercurial > libavcodec.hg
comparison dvdata.h @ 6132:92e04b74a635 libavcodec
Fix random typos.
author | diego |
---|---|
date | Tue, 08 Jan 2008 23:08:51 +0000 |
parents | 1d83e9c34641 |
children | 6e160e75eb9c |
comparison
equal
deleted
inserted
replaced
6131:969b9d3d3f45 | 6132:92e04b74a635 |
---|---|
333 { 0,0,0,0 }, | 333 { 0,0,0,0 }, |
334 }; | 334 }; |
335 | 335 |
336 static const uint8_t dv_quant_offset[4] = { 6, 3, 0, 1 }; | 336 static const uint8_t dv_quant_offset[4] = { 6, 3, 0, 1 }; |
337 | 337 |
338 /* NOTE: I prefer hardcoding the positionning of dv blocks, it is | 338 /* NOTE: I prefer hardcoding the positioning of dv blocks, it is |
339 simpler :-) */ | 339 simpler :-) */ |
340 | 340 |
341 static const uint16_t dv_place_420[1620] = { | 341 static const uint16_t dv_place_420[1620] = { |
342 0x0c24, 0x2412, 0x3036, 0x0000, 0x1848, | 342 0x0c24, 0x2412, 0x3036, 0x0000, 0x1848, |
343 0x0e24, 0x2612, 0x3236, 0x0200, 0x1a48, | 343 0x0e24, 0x2612, 0x3236, 0x0200, 0x1a48, |