summaryrefslogtreecommitdiff
path: root/softhddev.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-01-04 16:58:35 +0100
committerJohns <johns98@gmx.net>2012-01-04 16:58:35 +0100
commit0f449c239443c157d1be2a82fe43ae3926a2a23e (patch)
treececb9bd22b84cf43a41855bfe6de594ce03fb9b2 /softhddev.c
parent9a30d387a17b1c94cd3a7106555702c7cad93b22 (diff)
downloadvdr-plugin-softhddevice-0f449c239443c157d1be2a82fe43ae3926a2a23e.tar.gz
vdr-plugin-softhddevice-0f449c239443c157d1be2a82fe43ae3926a2a23e.tar.bz2
Remove warnings, reduce debug informations.
Diffstat (limited to 'softhddev.c')
-rw-r--r--softhddev.c3
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];