diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-08-04 11:45:37 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-08-08 12:03:43 +0200 |
commit | 1c6a010e3bc5bf4c08455d9323f3fdc3b0b3c255 (patch) | |
tree | 3adc26df47d613768d71471405bced2ad156fd41 /libavcodec/cfhd.c | |
parent | a96506f01748d746591e13d9e1fceb862efde922 (diff) | |
download | ffmpeg-1c6a010e3bc5bf4c08455d9323f3fdc3b0b3c255.tar.gz |
avcodec/cfhd: remove some unused or only write items
Diffstat (limited to 'libavcodec/cfhd.c')
-rw-r--r-- | libavcodec/cfhd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c index 611fae53d8..a2cf339858 100644 --- a/libavcodec/cfhd.c +++ b/libavcodec/cfhd.c @@ -95,8 +95,6 @@ static void init_frame_defaults(CFHDContext *s) s->channel_num = 0; s->lowpass_precision = 16; s->quantisation = 1; - s->wavelet_depth = 3; - s->pshift = 1; s->codebook = 0; s->difference_coding = 0; s->progressive = 0; |