Skip to content

Commit

Permalink
Update helloworld.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
canbal committed Mar 15, 2018
1 parent 850d984 commit f950cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vireo/helloworld/helloworld.cpp
Expand Up @@ -94,7 +94,7 @@ void transcode(string in, string out) {
int main() {
remux("helloworld.mp4", "helloworld-remuxed.mp4");
keyframes("helloworld.mp4", "helloworld-keyframes.mp4");
#if TRANSCODE_SUPPORTED
#ifdef TRANSCODE_SUPPORTED
transcode("helloworld.mp4", "helloworld-transcoded.mp4");
#endif
return 0;
Expand Down

0 comments on commit f950cba

Please sign in to comment.