ogg: fix typo in comment

This commit is contained in:
Tim-Philipp Müller 2010-12-29 11:51:42 +00:00
parent a5533c21d9
commit 542256fd55

View file

@ -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 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 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 = pad->theora_has_zero_keyoffset =
((vmaj << 16) | (vmin << 8) | vrev) < 0x030201; ((vmaj << 16) | (vmin << 8) | vrev) < 0x030201;