commented out currently unused code

fixes compile error because of -Werror and an unused variable warning
This commit is contained in:
Mathias Panzenböck 2015-08-19 22:44:21 +02:00
parent 501123a96a
commit a83c28581f

View File

@ -54,9 +54,9 @@ static const struct riff_chunk_spec riff_wav_body[] = BODY(
/* AVI */
// TODO: AVI 2.0? only makes sense for files > 4 GB
// http://www.the-labs.com/Video/odmlff2-avidef.pdf
static const struct riff_chunk_spec riff_avi_hdrl_body[] = BODY(
CHUNK('a','v','i','h', 1)
);
// static const struct riff_chunk_spec riff_avi_hdrl_body[] = BODY(
// CHUNK('a','v','i','h', 1)
// );
static const struct riff_chunk_spec riff_avi_body[] = BODY(
CHUNK('h','d','r','l', 1),