[FFmpeg-devel] [PATCH 1/9] lavc/codec_desc: add separation comment.

Nicolas George george at nsup.org
Thu Apr 17 10:17:39 CEST 2014


Signed-off-by: Nicolas George <george at nsup.org>
---
 libavcodec/codec_desc.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index e742b5d..6efc6ec 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2642,6 +2642,8 @@ static const AVCodecDescriptor codec_descriptors[] = {
         .long_name = NULL_IF_CONFIG_SMALL("WebVTT subtitle"),
         .props     = AV_CODEC_PROP_TEXT_SUB,
     },
+
+    /* other kind of codecs and pseudo-codecs */
     {
         .id        = AV_CODEC_ID_BINTEXT,
         .type      = AVMEDIA_TYPE_VIDEO,
-- 
1.7.10.4



More information about the ffmpeg-devel mailing list