summaryrefslogtreecommitdiffstats
path: root/libhb/encavcodec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/encavcodec.c')
-rw-r--r--libhb/encavcodec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/encavcodec.c b/libhb/encavcodec.c
index da46db8c5..0474dd612 100644
--- a/libhb/encavcodec.c
+++ b/libhb/encavcodec.c
@@ -280,7 +280,7 @@ int encavcodecInit( hb_work_object_t * w, hb_job_t * job )
}
}
- if( hb_avcodec_open( context, codec ) )
+ if( hb_avcodec_open( context, codec, 0 ) )
{
hb_log( "encavcodecInit: avcodec_open failed" );
}