[FFmpeg-cvslog] codec_desc: AV_CODEC_ID_SMPTE_KLV is data

Peter Ross git at videolan.org
Mon Dec 10 11:09:35 CET 2012


ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Mon Dec 10 21:02:51 2012 +1100| [e044cd4123faca906ae5c5108b7d2b6b173736cb] | committer: Peter Ross

codec_desc: AV_CODEC_ID_SMPTE_KLV is data

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

 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 0137526..8e8685c 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2448,7 +2448,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
     },
     {
         .id        = AV_CODEC_ID_SMPTE_KLV,
-        .type      = AVMEDIA_TYPE_SUBTITLE,
+        .type      = AVMEDIA_TYPE_DATA,
         .name      = "klv",
         .long_name = NULL_IF_CONFIG_SMALL("SMPTE 336M Key-Length-Value (KLV) metadata"),
     },



More information about the ffmpeg-cvslog mailing list