mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-31 03:44:15 +00:00
flacenc: mark as lossless codec
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
34dc7aa82b
commit
7ba262527f
@ -1387,7 +1387,7 @@ AVCodec ff_flac_encoder = {
|
||||
flac_encode_frame,
|
||||
flac_encode_close,
|
||||
NULL,
|
||||
.capabilities = CODEC_CAP_SMALL_LAST_FRAME | CODEC_CAP_DELAY,
|
||||
.capabilities = CODEC_CAP_SMALL_LAST_FRAME | CODEC_CAP_DELAY | CODEC_CAP_LOSSLESS,
|
||||
.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_SAMPLE_FMT_NONE},
|
||||
.long_name = NULL_IF_CONFIG_SMALL("FLAC (Free Lossless Audio Codec)"),
|
||||
.priv_class = &flac_encoder_class,
|
||||
|
Loading…
Reference in New Issue
Block a user