mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
avutil/half2float: move non-inline init code out of header
This commit is contained in:
@@ -94,7 +94,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
|
||||
{
|
||||
EXRContext *s = avctx->priv_data;
|
||||
|
||||
init_float2half_tables(&s->f2h_tables);
|
||||
ff_init_float2half_tables(&s->f2h_tables);
|
||||
|
||||
switch (avctx->pix_fmt) {
|
||||
case AV_PIX_FMT_GBRPF32:
|
||||
|
||||
Reference in New Issue
Block a user