diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-10-03 12:49:22 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-10-03 12:49:22 +0200 |
commit | 6b849211bc2a5499612fc8a27e4700184a61f7f7 (patch) | |
tree | a52e69e8162624009a13261f2b83c638be108d9a | |
parent | 6411ac68865d2b37b84246e6b09f327cb8a13b69 (diff) | |
parent | e54d7e4e8ef7d778e2ddc5a60bf7307ed55d6333 (diff) | |
download | ffmpeg-6b849211bc2a5499612fc8a27e4700184a61f7f7.tar.gz |
Merge commit 'e54d7e4e8ef7d778e2ddc5a60bf7307ed55d6333'
* commit 'e54d7e4e8ef7d778e2ddc5a60bf7307ed55d6333':
dnxhddata: Deduplicate cid 1256 chroma table
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
-rw-r--r-- | libavcodec/dnxhddata.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dnxhddata.c b/libavcodec/dnxhddata.c index 0cbc57b452..c45a225bc9 100644 --- a/libavcodec/dnxhddata.c +++ b/libavcodec/dnxhddata.c @@ -37,6 +37,7 @@ static const uint8_t dnxhd_1235_luma_weight[] = { 50, 50, 53, 55, 55, 56, 60, 60, }; +/* Used in CID 1235, 1256 */ static const uint8_t dnxhd_1235_chroma_weight[] = { 0, 32, 33, 34, 34, 33, 34, 35, 37, 40, 43, 42, 39, 38, 39, 41, |