Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 20, 2024
1 parent 7fa2270 commit b0aeef0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion av/av_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ CAMLprim value ocaml_av_get_streams(value _av, value _media_type) {
List_init(list);

for (i = 0; i < av->format_context->nb_streams; i++) {
printf("stream %d\n", i);
if (av->format_context->streams[i]->codecpar->codec_type == type)
List_add(list, cons, Val_int(i));
}
Expand Down

0 comments on commit b0aeef0

Please sign in to comment.