mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
ffmpegcolorspace: fix unused-but-set-variable warnings with gcc 4.6
https://bugzilla.gnome.org/show_bug.cgi?id=647294
This commit is contained in:
parent
dd62fdc585
commit
f14c73cbfd
1 changed files with 1 additions and 1 deletions
|
@ -2153,7 +2153,7 @@ static int glue (get_alpha_info_, RGB_NAME) (const AVPicture * src,
|
|||
{
|
||||
const unsigned char *p;
|
||||
int src_wrap, ret, x, y;
|
||||
unsigned int r, g, b, a;
|
||||
unsigned int G_GNUC_UNUSED r, G_GNUC_UNUSED g, G_GNUC_UNUSED b, a;
|
||||
|
||||
p = src->data[0];
|
||||
src_wrap = src->linesize[0] - BPP * width;
|
||||
|
|
Loading…
Reference in a new issue