mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-30 11:22:14 +00:00
cfhd: Do not initialize context size
Otherwise probing and stream analisys will report a correct coded size but an empty visible size. Approved by: kieran Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
d5a3578350
commit
7888ae8266
@ -43,8 +43,6 @@ static av_cold int cfhd_decode_init(AVCodecContext *avctx)
|
||||
|
||||
avctx->bits_per_raw_sample = 10;
|
||||
s->avctx = avctx;
|
||||
avctx->width = 0;
|
||||
avctx->height = 0;
|
||||
|
||||
return ff_cfhd_init_vlcs(s);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user