Improved input descriptions

This commit is contained in:
Thulinma 2018-02-13 12:59:09 +01:00
parent 08a21c09c0
commit 017c9dbb65
16 changed files with 17 additions and 17 deletions

View file

@ -158,7 +158,7 @@ namespace Mist{
malSize = 4;//initialise data read buffer to 0;
data = (char*)malloc(malSize);
capa["name"] = "MP4";
capa["decs"] = "Enables MP4 Input";
capa["desc"] = "This input allows streaming of MP4 files as Video on Demand.";
capa["source_match"] = "/*.mp4";
capa["priority"] = 9ll;
capa["codecs"][0u][0u].append("HEVC");