Drop unnecessary prefix from *sink* variable and struct names.

This commit is contained in:
Diego Biurrun
2012-01-19 16:10:13 +01:00
parent 33ec9ef96d
commit abe655a472
4 changed files with 18 additions and 18 deletions

View File

@ -363,9 +363,9 @@ FILE *get_preset_file(char *filename, size_t filename_size,
typedef struct {
enum PixelFormat pix_fmt;
} AVSinkContext;
} SinkContext;
extern AVFilter avsink;
extern AVFilter sink;
/**
* Extract a frame from sink.