mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
cosmetics: Rename ffsink to avsink.
This commit is contained in:
@@ -363,9 +363,9 @@ FILE *get_preset_file(char *filename, size_t filename_size,
|
||||
|
||||
typedef struct {
|
||||
enum PixelFormat pix_fmt;
|
||||
} FFSinkContext;
|
||||
} AVSinkContext;
|
||||
|
||||
extern AVFilter ffsink;
|
||||
extern AVFilter avsink;
|
||||
|
||||
/**
|
||||
* Extract a frame from sink.
|
||||
|
||||
Reference in New Issue
Block a user