summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhddata.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-10-08 12:28:36 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-10-08 12:28:36 +0000
commit6cb1d36169e31e5c51e80525deb95b89e7d08b9d (patch)
tree449a2cabdd0ec8e2ba82a888e76085227a1f3f8b /libavcodec/dnxhddata.h
parentcd52a9ca9f26d6d4fac1b3815ac6d8109afa3738 (diff)
downloadffmpeg-streaming-6cb1d36169e31e5c51e80525deb95b89e7d08b9d.zip
ffmpeg-streaming-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.h2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud