summaryrefslogtreecommitdiff
path: root/libavcodec/codec_desc.c
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2014-04-16 23:00:27 +0200
committerNicolas George <george@nsup.org>2014-04-29 13:24:17 +0200
commite419e29e1c9abf411b0c92936c8e0a10b548bdb3 (patch)
tree9955412b46aaac22da7925c1efd74c34ad8e2b7d /libavcodec/codec_desc.c
parent73c4b6ce4b39313457348c60404f33aff2ed0d2c (diff)
lavc/codec_desc: add separation comment.
Diffstat (limited to 'libavcodec/codec_desc.c')
-rw-r--r--libavcodec/codec_desc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index 8785e3a810..f3c3afb865 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,