Skip to content

Commit d5aac19

Browse files
RokamunThulinma
authored andcommitted
adding extra descriptions for livepeer and MKVexec
1 parent a9e88a0 commit d5aac19

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/process/process_exec.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ int main(int argc, char *argv[]){
319319
if (config.getBool("json")){
320320

321321
capa["name"] = "MKVExec";
322+
capa["hrn"] = "Executable: Matroska In/Out";
322323
capa["desc"] = "Pipe MKV in, expect MKV out. You choose the executable in between yourself.";
323324
addGenericProcessOptions(capa);
324325

src/process/process_livepeer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ int main(int argc, char *argv[]){
554554
if (config.getBool("json")){
555555

556556
capa["name"] = "Livepeer";
557+
capa["hrn"] = "Encoder: Livepeer network encoding";
557558
capa["desc"] = "Use livepeer to transcode video.";
558559
addGenericProcessOptions(capa);
559560

0 commit comments

Comments
 (0)