diff options
Diffstat (limited to 'libhb/declpcm.c')
-rw-r--r-- | libhb/declpcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/declpcm.c b/libhb/declpcm.c index f6a703d38..155331315 100644 --- a/libhb/declpcm.c +++ b/libhb/declpcm.c @@ -11,7 +11,7 @@ int declpcmWork( hb_work_object_t *, hb_buffer_t **, hb_buffer_t ** ); void declpcmClose( hb_work_object_t * ); hb_work_object_t hb_declpcm = -{ +{ WORK_DECLPCM, "LPCM decoder", declpcmInit, |