Skip to content

Commit 8317f61

Browse files
committed
typo
1 parent 721ac95 commit 8317f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuvexport/export/ffmpeg/MP4.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ package export::ffmpeg::MP4;
283283
}
284284
# Single/final pass options
285285
if ($self->{'mp4_codec'} eq 'h264') {
286-
$ffmpeg_xtra .= ' -refs '.($self->var('ipod') ? 2 : 7)
286+
$ffmpeg_xtra .= ' -refs '.($self->val('ipod') ? 2 : 7)
287287
.' -subq 7'
288288
.' -partitions parti4x4+parti8x8+partp4x4+partp8x8+partb8x8'
289289
.' -flags2 +bpyramid+wpred+mixed_refs+8x8dct+brdo'

0 commit comments

Comments
 (0)