From 542256fd55da92d5a72c57fbe5cceb4f8a49df88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 29 Dec 2010 11:51:42 +0000 Subject: [PATCH] ogg: fix typo in comment --- ext/ogg/gstoggstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ogg/gstoggstream.c b/ext/ogg/gstoggstream.c index b3bcd29387..572f9ca9f5 100644 --- a/ext/ogg/gstoggstream.c +++ b/ext/ogg/gstoggstream.c @@ -378,7 +378,7 @@ setup_theora_mapper (GstOggStream * pad, ogg_packet * packet) /* The interpretation of the granule position has changed with 3.2.1. The granule is now made from the number of frames encoded, rather than - the index of the frame being encoded - so three is a difference of 1. */ + the index of the frame being encoded - so there is a difference of 1. */ pad->theora_has_zero_keyoffset = ((vmaj << 16) | (vmin << 8) | vrev) < 0x030201;