From 6cb1d36169e31e5c51e80525deb95b89e7d08b9d Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 8 Oct 2007 12:28:36 +0000 Subject: typo weigth->weight Originally committed as revision 10687 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dnxhddata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dnxhddata.h') diff --git a/libavcodec/dnxhddata.h b/libavcodec/dnxhddata.h index 501ac8f..7bcf96d 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; -- cgit v1.1