Commit 5864fe62 authored by Paul B Mahol's avatar Paul B Mahol

flacdec: replace -1 with AV_SAMPLE_FMT_NONE

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 5c7a62ae
...@@ -573,5 +573,5 @@ AVCodec ff_flac_decoder = { ...@@ -573,5 +573,5 @@ AVCodec ff_flac_decoder = {
AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_S16P,
AV_SAMPLE_FMT_S32, AV_SAMPLE_FMT_S32,
AV_SAMPLE_FMT_S32P, AV_SAMPLE_FMT_S32P,
-1 }, AV_SAMPLE_FMT_NONE },
}; };
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