diff options
Diffstat (limited to 'src/mp3_decode.h')
-rw-r--r-- | src/mp3_decode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mp3_decode.h b/src/mp3_decode.h index e33cd60c3..7cc1ecfb4 100644 --- a/src/mp3_decode.h +++ b/src/mp3_decode.h @@ -29,7 +29,8 @@ /* this is primarily used in tag.c */ int getMp3TotalTime(char * file); -int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream); +int mp3_decode(OutputBuffer * cb, DecoderControl * dc, InputStream * inStream, + int ignoreCrc); #endif |