From e419e29e1c9abf411b0c92936c8e0a10b548bdb3 Mon Sep 17 00:00:00 2001 From: Nicolas George Date: Wed, 16 Apr 2014 23:00:27 +0200 Subject: lavc/codec_desc: add separation comment. --- libavcodec/codec_desc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec') 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, -- cgit v1.1