Skip to content

Commit

Permalink
Adding avcodec_flush_buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
Yahweasel committed Dec 5, 2024
1 parent ebfe25f commit a1850c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions funcs.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
["avcodec_find_decoder_by_name", "number", ["string"]],
["avcodec_find_encoder", "number", ["number"]],
["avcodec_find_encoder_by_name", "number", ["string"]],
["avcodec_flush_buffers", null, ["number"]],
["avcodec_free_context", null, ["number"]],
["avcodec_get_name", "string", ["number"]],
["avcodec_open2", "number", ["number", "number", "number"]],
Expand Down

0 comments on commit a1850c9

Please sign in to comment.