[FFmpeg-cvslog] codec_desc: Add missing DXV entry

Vittorio Giovara git at videolan.org
Wed Sep 9 10:06:53 CEST 2015


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Mon Sep  7 17:02:14 2015 +0200| [3b8e895237592fdaffe87cdcd204104200b9ccf9] | committer: Vittorio Giovara

codec_desc: Add missing DXV entry

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b8e895237592fdaffe87cdcd204104200b9ccf9
---

 libavcodec/codec_desc.c |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 0919a89..c1be40b 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -1155,6 +1155,13 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .long_name = NULL_IF_CONFIG_SMALL("Vidvox Hap decoder"),
         .props     = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
     },
+    {
+        .id        = AV_CODEC_ID_DXV,
+        .type      = AVMEDIA_TYPE_VIDEO,
+        .name      = "dxv",
+        .long_name = NULL_IF_CONFIG_SMALL("Resolume DXV"),
+        .props     = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSY,
+    },
 
     /* image codecs */
     {



More information about the ffmpeg-cvslog mailing list