summaryrefslogtreecommitdiffstats
path: root/libhb/decavcodec.c
diff options
context:
space:
mode:
authorMartin Storsjö <[email protected]>2020-07-05 23:22:38 +0300
committerScott <[email protected]>2020-07-11 21:14:24 +0100
commitc1c88ce358673128348f084c60442be1fffaf5c2 (patch)
tree9cec09a3995bd3ad7c40b203125e8c303396310b /libhb/decavcodec.c
parenta6c9b563bda71e7fa22f246ebc790522f5097891 (diff)
Fix a typo in decavcodec.c
Diffstat (limited to 'libhb/decavcodec.c')
-rw-r--r--libhb/decavcodec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c
index 2cfb13c49..d562b295e 100644
--- a/libhb/decavcodec.c
+++ b/libhb/decavcodec.c
@@ -1462,7 +1462,7 @@ static int decavcodecvInit( hb_work_object_t * w, hb_job_t * job )
}
#endif
- // Set encoder opts
+ // Set decoder opts
AVDictionary * av_opts = NULL;
av_dict_set( &av_opts, "refcounted_frames", "1", 0 );
if (pv->title->flags & HBTF_NO_IDR)