[FFmpeg-cvslog] lavc/codec_desc: SMPTE 302M is not lossy
Paul B Mahol
git at videolan.org
Thu May 23 22:51:08 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu May 23 20:25:19 2013 +0000| [d683271753bef6435d2031f7395d87c0fadfb9bd] | committer: Paul B Mahol
lavc/codec_desc: SMPTE 302M is not lossy
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d683271753bef6435d2031f7395d87c0fadfb9bd
---
libavcodec/codec_desc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 9309a8d..034d735 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -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,
More information about the ffmpeg-cvslog
mailing list