Skip to content

Commit

Permalink
names
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjmcghee committed Jan 1, 2024
1 parent 213e0f3 commit 384681c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use ffmpeg_next::{
};
use image::{DynamicImage, ImageBuffer, Rgb};

fn extract_frame_from_video(
fn extract_frames_from_video(
video_path: &str,
frame_numbers: &[i64],
) -> Result<Vec<DynamicImage>, ffmpeg_next::Error> {
Expand Down

0 comments on commit 384681c

Please sign in to comment.