mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 20:40:27 +00:00
video codec: removed needless protoypes
This commit is contained in:
@@ -97,10 +97,6 @@ using std::min;
|
||||
static void vc_deinterlace_aligned(unsigned char *src, long src_linesize, int lines);
|
||||
static void vc_deinterlace_unaligned(unsigned char *src, long src_linesize, int lines);
|
||||
#endif
|
||||
static decoder_func_t vc_copylineUYVYtoRG48;
|
||||
static decoder_func_t vc_copylineRGBtoRG48;
|
||||
static decoder_func_t vc_copylineRGBAtoRG48;
|
||||
static decoder_func_t vc_copylineRG48toUYVY;
|
||||
|
||||
/**
|
||||
* Defines codec metadata
|
||||
|
||||
Reference in New Issue
Block a user