From 1b5a6076d978c7c3a6e9898956b07a5a80e0148b Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 3 Nov 2013 14:18:45 +0100 Subject: [PATCH] raspi: comment unused variable which breaks newer ffmpeg --- raspi/codec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi/codec.h b/raspi/codec.h index 44d5b80..f4008d8 100644 --- a/raspi/codec.h +++ b/raspi/codec.h @@ -60,7 +60,7 @@ struct codec_t OMX_VIDEO_CODINGTYPE vcodectype; int width; int height; - enum CodecID acodectype; +// enum CodecID acodectype; int first_packet; };