Commit f44c8165 authored by Nicolas George's avatar Nicolas George Committed by Michael Niedermayer

libcelt_dec: set sample_fmt.

This fixes a regression introduced by the merging of patch fc2dd2c7.
Signed-off-by: 's avatarNicolas George <nicolas.george@normalesup.org>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d1ee98c9
......@@ -91,6 +91,7 @@ static av_cold int libcelt_dec_init(AVCodecContext *c)
"improperly decoded by libcelt for version 0x%x.\n",
version, lib_version);
}
c->sample_fmt = AV_SAMPLE_FMT_S16;
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment