Skip to content

Commit

Permalink
Typo fix (n-air-app#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxetto authored and avacreeth committed Jul 19, 2018
1 parent 7e1f43f commit f8676cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/video-encoding-optimizations/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export const Presets: IEncoderPreset[] = [
settings:
'nal-hrd=cbr trellis=0 me=dia force-cfr=1 rc-lookahead=20 ref=0 chroma-qp-offset=-2 bframes=0 subme=1 ' +
'b_adapt=0 mixed-refs=0 cabac=1 qpstep=4 b_pyramid=2 mbtree=0 chroma_me=1 psy=1 8x8dct=0 ' +
'fast_pskip=1 + lookahead_threads=6 deblock=1:0',
'fast_pskip=1 lookahead_threads=6 deblock=1:0',
encoder: EncoderType.x264
},
{
Expand Down

0 comments on commit f8676cd

Please sign in to comment.