diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-12-02 15:43:08 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-12-02 15:43:08 +0000 |
commit | 56cc85a068870cfa1c3bcc39c7e312b6a0fe8ca3 (patch) | |
tree | a073e66be5f151ff7b92b3f38f96b0ed54d713fb /libavcodec/rv34data.h | |
parent | 737278c86a41936a5d3bd29074b2883c31a4b657 (diff) | |
download | ffmpeg-56cc85a068870cfa1c3bcc39c7e312b6a0fe8ca3.tar.gz |
Misc spelling fixes, prefer American over British English.
Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rv34data.h')
-rw-r--r-- | libavcodec/rv34data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv34data.h b/libavcodec/rv34data.h index d044b2aa37..75ba37bb48 100644 --- a/libavcodec/rv34data.h +++ b/libavcodec/rv34data.h @@ -37,7 +37,7 @@ static const uint8_t rv34_count_ones[16] = { }; /** - * Values used to reconstruct coded block pattern. + * values used to reconstruct coded block pattern */ static const uint8_t rv34_cbp_code[16] = { 0x00, 0x20, 0x10, 0x30, 0x02, 0x22, 0x12, 0x32, |