lavc/codec_desc: SMPTE 302M is not lossy

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2013-05-23 20:25:19 +00:00
parent 15b9c0b49f
commit d683271753
1 changed files with 1 additions and 1 deletions

View File

@ -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,