[SCM] libav/experimental: codec_desc: set lossless attribute for SGI and DPX

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:32 UTC 2014


The following commit has been merged in the experimental branch:
commit ca36aa9e6b8f2fed15478245ad533fc594a35c37
Author: Paul B Mahol <onemda at gmail.com>
Date:   Fri Mar 1 15:22:02 2013 +0000

    codec_desc: set lossless attribute for SGI and DPX

diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 7bcbbe0..f46e082 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -1127,7 +1127,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .type      = AVMEDIA_TYPE_VIDEO,
         .name      = "dpx",
         .long_name = NULL_IF_CONFIG_SMALL("DPX image"),
-        .props     = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
+        .props     = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
     },
     {
         .id        = AV_CODEC_ID_EXR,
@@ -1220,7 +1220,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .type      = AVMEDIA_TYPE_VIDEO,
         .name      = "sgi",
         .long_name = NULL_IF_CONFIG_SMALL("SGI image"),
-        .props     = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
+        .props     = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
     },
     {
         .id        = AV_CODEC_ID_SP5X,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list