diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1f436ff..eb5f8c2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2186,6 +2186,8 @@ int main(int argc, char **argv) { fprintf(stderr, "Error: avcodec_send_frame failed, error: %s\n", av_error_to_string(ret)); } } + + gsr_capture_end(capture, frame); video_pts_counter += num_frames; } } |