aboutsummaryrefslogtreecommitdiffstats
path: root/src/FileInput.h
diff options
context:
space:
mode:
authorSergio <sergio@sergione.(none)>2014-06-16 15:48:00 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-06-16 20:31:11 +0200
commit8af4aca43ad1939c578f24e998d2d2ff58e7cc2c (patch)
tree525946c4d8a67a42ab2d3456ccb1ddcce896facc /src/FileInput.h
parent039b48b75d8b26d4a15c01be7513140a6be493da (diff)
downloadODR-AudioEnc-8af4aca43ad1939c578f24e998d2d2ff58e7cc2c.tar.gz
ODR-AudioEnc-8af4aca43ad1939c578f24e998d2d2ff58e7cc2c.tar.bz2
ODR-AudioEnc-8af4aca43ad1939c578f24e998d2d2ff58e7cc2c.zip
fifo silence bug fix
Diffstat (limited to 'src/FileInput.h')
-rw-r--r--src/FileInput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FileInput.h b/src/FileInput.h
index 9330577..4f6f75e 100644
--- a/src/FileInput.h
+++ b/src/FileInput.h
@@ -45,6 +45,7 @@ class FileInput
* Returns the number of bytes read.
*/
ssize_t read(uint8_t* buf, size_t length);
+ int eof();
protected:
const char* m_filename;