1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

flacdec: replace -1 with AV_SAMPLE_FMT_NONE

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2012-10-15 13:26:47 +00:00
parent 5c7a62aef5
commit 5864fe62ef

View File

@ -573,5 +573,5 @@ AVCodec ff_flac_decoder = {
AV_SAMPLE_FMT_S16P,
AV_SAMPLE_FMT_S32,
AV_SAMPLE_FMT_S32P,
-1 },
AV_SAMPLE_FMT_NONE },
};