mirror of
https://github.com/panzi/mediaextract
synced 2025-02-05 15:21:47 +00:00
commented out currently unused code
fixes compile error because of -Werror and an unused variable warning
This commit is contained in:
parent
501123a96a
commit
a83c28581f
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user