mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 23:19:11 +00:00
bc8ae34dde
Signed-off-by: k4yt3x <i@k4yt3x.com>
11 lines
187 B
C
11 lines
187 B
C
#ifndef AVUTILS_H
|
|
#define AVUTILS_H
|
|
|
|
extern "C" {
|
|
#include <libavformat/avformat.h>
|
|
}
|
|
|
|
int64_t get_video_frame_count(AVFormatContext *ifmt_ctx, int in_vstream_idx);
|
|
|
|
#endif // AVUTILS_H
|