diff options
author | Nicolas George <george@nsup.org> | 2014-04-16 23:00:27 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-04-29 13:24:17 +0200 |
commit | e419e29e1c9abf411b0c92936c8e0a10b548bdb3 (patch) | |
tree | 9955412b46aaac22da7925c1efd74c34ad8e2b7d | |
parent | 73c4b6ce4b39313457348c60404f33aff2ed0d2c (diff) | |
download | ffmpeg-e419e29e1c9abf411b0c92936c8e0a10b548bdb3.tar.gz |
lavc/codec_desc: add separation comment.
-rw-r--r-- | libavcodec/codec_desc.c | 2 |
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, |