]> git.sesse.net Git - ffmpeg/blobdiff - doc/viterbi.txt
mp3dec: Fix VBR bit rate parsing
[ffmpeg] / doc / viterbi.txt
index d9d924f62195a222bb2027a9057d43b069f4792f..97825462ccf0f36f41e44b159c3ff3ee73b1f961 100644 (file)
@@ -85,8 +85,8 @@ here are some edges we could choose from:
      /        \
     O-----2--4--O
 
-Finding the new best pathes and scores for each point of our new column is
-trivial given we know the previous column best pathes and scores:
+Finding the new best paths and scores for each point of our new column is
+trivial given we know the previous column best paths and scores:
 
     O-----0-----8
      \
@@ -107,4 +107,3 @@ one with score 3)
 
 Author: Michael niedermayer
 Copyright LGPL
-