refactor: cleanup unused functions
This commit is contained in:
parent
7367cc4750
commit
941ceaed31
3 changed files with 0 additions and 23 deletions
|
|
@ -52,8 +52,6 @@ AVPacket create_packet();
|
|||
int
|
||||
obtain_next_frame(AVFormatContext *fmt_ctx, AVCodecContext *dec_ctx, int stream_index, AVPacket *pkt, AVFrame **frame);
|
||||
|
||||
int64_t find_duration(AVFormatContext *fmt_ctx);
|
||||
|
||||
ThumbContext *create_thumb_context(AVStream *stream, AVFrame *frame);
|
||||
|
||||
void free_thumb_context(ThumbContext *thumb_ctx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue