Skip to content

Commit

Permalink
Merge pull request gopro#169 from ucabvas/patch-1
Browse files Browse the repository at this point in the history
Fix demo
  • Loading branch information
dnewman-gpsw authored Sep 23, 2022
2 parents b42b2bc + 15e8e9f commit dcb2d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/GPMF_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ int main(int argc, char* argv[])
return -1;
}

#if 0 // Search for GPMF Track
#if 1 // Search for GPMF Track
size_t mp4handle = OpenMP4Source(argv[1], MOV_GPMF_TRAK_TYPE, MOV_GPMF_TRAK_SUBTYPE, 0);
#else // look for a global GPMF payload in the moov header, within 'udta'
size_t mp4handle = OpenMP4SourceUDTA(argv[1], 0); //Search for GPMF payload with MP4's udta
Expand Down

0 comments on commit dcb2d37

Please sign in to comment.