Skip to content

Commit

Permalink
input_mp4: cherry-pick fix to allow dtsh header generation
Browse files Browse the repository at this point in the history
  • Loading branch information
emranemran committed Nov 16, 2022
1 parent 885dc54 commit 5acd3e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input/input_mp4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ namespace Mist{
std::cerr << "Input from stdin not yet supported" << std::endl;
return false;
}
if (config->getBool("headeronly")){return true;}
if (!config->getString("streamname").size()){
if (config->getString("output") == "-"){
std::cerr << "Output to stdout not yet supported" << std::endl;
Expand Down

0 comments on commit 5acd3e6

Please sign in to comment.