diff options
Diffstat (limited to 'src/VLCInput.h')
-rw-r--r-- | src/VLCInput.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/VLCInput.h b/src/VLCInput.h index 27d6237..5139b89 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -34,9 +34,7 @@ #include <vlc/vlc.h> #include "SampleQueue.h" - -// 16 bits per sample is fine for now -#define BYTES_PER_SAMPLE 2 +#include "common.h" /* Common functionality for the direct libvlc input and the * threaded libvlc input |