Commit 8588c216 authored by Max Kellermann's avatar Max Kellermann

decoder/vorbis: fix typo in comment

parent 2decc65b
...@@ -230,7 +230,7 @@ oggvorbis_seekable(struct decoder *decoder) ...@@ -230,7 +230,7 @@ oggvorbis_seekable(struct decoder *decoder)
uri = decoder_get_uri(decoder); uri = decoder_get_uri(decoder);
/* disable seeking on remote streams, because libvorbis seeks /* disable seeking on remote streams, because libvorbis seeks
around like crazy, and due to being very expensive, this around like crazy, and due to being very expensive, this
delays song playback my 10 or 20 seconds */ delays song playback by 10 or 20 seconds */
seekable = !uri_has_scheme(uri); seekable = !uri_has_scheme(uri);
g_free(uri); g_free(uri);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment