Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Szatmary committed Mar 7, 2017
1 parent 8fa5d58 commit 2fe4536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flv+scc.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ int main (int argc, char** argv)
scc_t* scc = NULL;
size_t scc_size = 0;
double clear_timestamp = 0;
utf8_char_t* scc_data = scc_data_ptr;
FILE* flv = flv_open_read (argv[1]);
utf8_char_t* scc_data_ptr = utf8_load_text_file (argv[2], &scc_size);
utf8_char_t* scc_data = scc_data_ptr;
FILE* out = flv_open_write (argv[3]);

int has_audio, has_video;
Expand Down

0 comments on commit 2fe4536

Please sign in to comment.