From 5ac0d54bb595538740610feee26acbe7181984c8 Mon Sep 17 00:00:00 2001 From: tobigun Date: Wed, 27 Aug 2008 09:53:18 +0000 Subject: spelling corrected FFMpeg -> FFmpeg git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1295 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UMusic.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game/Code/Classes/UMusic.pas') diff --git a/Game/Code/Classes/UMusic.pas b/Game/Code/Classes/UMusic.pas index 4090bd2f..6476f629 100644 --- a/Game/Code/Classes/UMusic.pas +++ b/Game/Code/Classes/UMusic.pas @@ -1115,7 +1115,7 @@ begin // calculate average time difference (some sort of weighted mean). // The bigger AVG_HISTORY_FACTOR is, the smoother is the average diff. // This means that older diffs are weighted more with a higher history factor - // than with a lower. Do not use a too low history factor. FFMpeg produces + // than with a lower. Do not use a too low history factor. FFmpeg produces // very instable timestamps (pts) for ogg due to some bugs. They may differ // +-50ms from the real stream position. Without filtering those glitches we // would synch without any need, resulting in ugly plopping sounds. -- cgit v1.2.3