mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-08 17:11:08 +00:00
lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h
This is done in order to clarify the non-video-specific nature of the buffersink code, as the result of the video/audio API unification of the previous commit, and for improving overall consistency.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include "libavutil/pixdesc.h"
|
||||
#include "libavfilter/avfilter.h"
|
||||
#include "libavfilter/avfiltergraph.h"
|
||||
#include "libavfilter/vsink_buffer.h"
|
||||
#include "libavfilter/buffersink.h"
|
||||
#include "avdevice.h"
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user