raspi: comment unused variable which breaks newer ffmpeg

This commit is contained in:
Stefan Seyfried
2013-11-03 14:18:45 +01:00
parent e953af61c2
commit 1b5a6076d9

View File

@@ -60,7 +60,7 @@ struct codec_t
OMX_VIDEO_CODINGTYPE vcodectype;
int width;
int height;
enum CodecID acodectype;
// enum CodecID acodectype;
int first_packet;
};