diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-10-08 12:28:36 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2007-10-08 12:28:36 +0000 |
commit | 6cb1d36169e31e5c51e80525deb95b89e7d08b9d (patch) | |
tree | 449a2cabdd0ec8e2ba82a888e76085227a1f3f8b /libavcodec/dnxhddata.h | |
parent | cd52a9ca9f26d6d4fac1b3815ac6d8109afa3738 (diff) | |
download | ffmpeg-6cb1d36169e31e5c51e80525deb95b89e7d08b9d.tar.gz |
typo weigth->weight
Originally committed as revision 10687 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dnxhddata.h')
-rw-r--r-- | libavcodec/dnxhddata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h index 501ac8fa35..7bcf96d056 100644 --- a/libavcodec/dnxhddata.h +++ b/libavcodec/dnxhddata.h @@ -32,7 +32,7 @@ typedef struct { unsigned int coding_unit_size; int index_bits; int bit_depth; - const uint8_t *luma_weigth, *chroma_weigth; + const uint8_t *luma_weight, *chroma_weight; const uint8_t *dc_codes, *dc_bits; const uint16_t *ac_codes; const uint8_t *ac_bits, *ac_level; |