mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-04 03:22:07 +08:00
feat(libvideo2x): allow processing videos without PTS information
Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
@@ -65,7 +65,7 @@ class Encoder {
|
||||
int in_vstream_idx
|
||||
);
|
||||
|
||||
int write_frame(AVFrame* frame, int64_t frame_idx);
|
||||
int write_frame(AVFrame* frame);
|
||||
int flush();
|
||||
|
||||
AVCodecContext* get_encoder_context() const;
|
||||
|
||||
Reference in New Issue
Block a user