diff options
Diffstat (limited to 'libavcodec/cook.c')
-rw-r--r-- | libavcodec/cook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cook.c b/libavcodec/cook.c index b7e2ef1a91..2cbad5fc7a 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -1270,7 +1270,7 @@ static av_cold int cook_decode_init(AVCodecContext *avctx) return -1; } - avctx->sample_fmt = SAMPLE_FMT_S16; + avctx->sample_fmt = AV_SAMPLE_FMT_S16; if (channel_mask) avctx->channel_layout = channel_mask; else |