diff options
Diffstat (limited to 'libhb/muxcommon.c')
-rw-r--r-- | libhb/muxcommon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c index 090f332b2..8deba08e3 100644 --- a/libhb/muxcommon.c +++ b/libhb/muxcommon.c @@ -70,6 +70,7 @@ static void MuxerFunc( void * _mux ) switch( job->mux ) { case HB_MUX_MP4: + case HB_MUX_PSP: m = hb_mux_mp4_init( job ); break; case HB_MUX_AVI: |