Commit e419e29e authored by Nicolas George's avatar Nicolas George

lavc/codec_desc: add separation comment.

parent 73c4b6ce
...@@ -2649,6 +2649,8 @@ static const AVCodecDescriptor codec_descriptors[] = { ...@@ -2649,6 +2649,8 @@ static const AVCodecDescriptor codec_descriptors[] = {
.long_name = NULL_IF_CONFIG_SMALL("WebVTT subtitle"), .long_name = NULL_IF_CONFIG_SMALL("WebVTT subtitle"),
.props = AV_CODEC_PROP_TEXT_SUB, .props = AV_CODEC_PROP_TEXT_SUB,
}, },
/* other kind of codecs and pseudo-codecs */
{ {
.id = AV_CODEC_ID_BINTEXT, .id = AV_CODEC_ID_BINTEXT,
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment