Improved input descriptions
This commit is contained in:
parent
08a21c09c0
commit
017c9dbb65
16 changed files with 17 additions and 17 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue