Commit d6832717 authored by Paul B Mahol's avatar Paul B Mahol

lavc/codec_desc: SMPTE 302M is not lossy

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 15b9c0b4
......@@ -1595,7 +1595,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.type = AVMEDIA_TYPE_AUDIO,
.name = "s302m",
.long_name = NULL_IF_CONFIG_SMALL("SMPTE 302M"),
.props = AV_CODEC_PROP_LOSSY,
.props = AV_CODEC_PROP_LOSSLESS,
},
{
.id = AV_CODEC_ID_PCM_S8_PLANAR,
......
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