diff options
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/softhddev.c b/softhddev.c index ff6a17d..ed73ae8 100644 --- a/softhddev.c +++ b/softhddev.c @@ -183,7 +183,8 @@ static int FindAudioSync(const AVPacket * avpkt) ** @param size size of PES packet ** @param id PES packet type */ -void PlayAudio(const uint8_t * data, int size, uint8_t id) +void PlayAudio(const uint8_t * data, int size, + __attribute__ ((unused)) uint8_t id) { int n; AVPacket avpkt[1]; |