summaryrefslogtreecommitdiff
path: root/plugins/ffmpeg
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-14 21:25:34 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-14 21:25:34 +0100
commitf3c8e6b96c752dcb921dba1f5ea847da97684a30 (patch)
tree6106c265c90ffa9736cedae58b70eb4f1b434a81 /plugins/ffmpeg
parent0ebb646e4d32137759edbc13e6eb278529c2310d (diff)
renamed DB_dsp_instance_t to ddb_dsp_context_t
Diffstat (limited to 'plugins/ffmpeg')
-rw-r--r--plugins/ffmpeg/ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c
index f56c8fd2..f8c80f72 100644
--- a/plugins/ffmpeg/ffmpeg.c
+++ b/plugins/ffmpeg/ffmpeg.c
@@ -94,7 +94,7 @@ static DB_playItem_t *current_track;
static DB_fileinfo_t *current_info;
static DB_fileinfo_t *
-ffmpeg_open (void) {
+ffmpeg_open (uint32_t hints) {
DB_fileinfo_t *_info = malloc (sizeof (ffmpeg_info_t));
memset (_info, 0, sizeof (ffmpeg_info_t));
return _info;