diff options
author | Bradley Sepos <[email protected]> | 2018-06-03 18:35:12 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-06-06 14:39:31 -0400 |
commit | 73649f092fc8da27f256bbf99f8fea0c4aa243fd (patch) | |
tree | d03e98bcd7330781ccdbb02af3f0b0b705a30652 /libhb | |
parent | 4456e3390ce40d9cff98efc8afd888e4d52a60d5 (diff) |
libhb: Cosmetic in encavcodec.c.
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/encavcodec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/encavcodec.c b/libhb/encavcodec.c index fc78039a5..1e0db39a3 100644 --- a/libhb/encavcodec.c +++ b/libhb/encavcodec.c @@ -477,7 +477,7 @@ int encavcodecInit( hb_work_object_t * w, hb_job_t * job ) memcpy(w->config->h264.pps, data, len); } len = dataEnd - data; - } + } } else { |