[FFmpeg-cvslog] lavc/codec_desc: add separation comment.

Nicolas George git at videolan.org
Tue Apr 29 19:43:49 CEST 2014


ffmpeg | branch: master | Nicolas George <george at nsup.org> | Wed Apr 16 23:00:27 2014 +0200| [e419e29e1c9abf411b0c92936c8e0a10b548bdb3] | committer: Nicolas George

lavc/codec_desc: add separation comment.

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

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

diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 8785e3a..f3c3afb 100644
--- a/libavcodec/codec_desc.c
+++ b/libavcodec/codec_desc.c
@@ -2649,6 +2649,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,



More information about the ffmpeg-cvslog mailing list