summaryrefslogtreecommitdiff
path: root/libavcodec/cfhd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/cfhd.c')
-rw-r--r--libavcodec/cfhd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/cfhd.c b/libavcodec/cfhd.c
index b931d44033..7594e3b2ab 100644
--- a/libavcodec/cfhd.c
+++ b/libavcodec/cfhd.c
@@ -44,8 +44,6 @@ static av_cold int cfhd_init(AVCodecContext *avctx)
s->avctx = avctx;
avctx->bits_per_raw_sample = 10;
- avctx->width = 0;
- avctx->height = 0;
return ff_cfhd_init_vlcs(s);
}