diff options
Diffstat (limited to 'libhb/hb.c')
-rw-r--r-- | libhb/hb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/hb.c b/libhb/hb.c index e9d7aa129..4aa89fb05 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -204,6 +204,7 @@ hb_handle_t * hb_init_dl( int verbose, int update_check ) hb_register( &hb_encxvid ); hb_register( &hb_encx264 ); hb_register( &hb_deca52 ); + hb_register( &hb_decdca ); hb_register( &hb_decavcodec ); hb_register( &hb_declpcm ); hb_register( &hb_encfaac ); |