cosmetics: Rename ffsink to avsink.

This commit is contained in:
Diego Biurrun
2012-01-18 23:00:12 +01:00
parent 0184bbe2d1
commit 45f2908d02
5 changed files with 21 additions and 21 deletions

View File

@ -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.