mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 09:41:17 +08: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