tizen 2.0 init
[framework/multimedia/gst-plugins-base0.10.git] / ext / ogg / README
index 557e9d5..33ba074 100644 (file)
@@ -30,7 +30,7 @@ The granulepos in theora is an encoding of the frame number of the last
 key frame ("i frame"), and the number of frames since the last key frame
 ("p frame").  The granulepos is constructed as the sum of the first number,
 shifted to the left for granuleshift bits, and the second number:
-granulepos = pframe << granuleshift + iframe
+granulepos = (pframe << granuleshift) + iframe
 
 (This means that given a framenumber or a timestamp, one cannot generate
  the one and only granulepos for that page; several granulepos possibilities
@@ -99,7 +99,7 @@ with great efficiency.
 1) the streaming mode.
 
 In this mode, the ogg demuxer receives buffers in the _chain() function which
-are then simply submited to the ogg sync layer. Pages are then processed when
+are then simply submitted to the ogg sync layer. Pages are then processed when
 the sync layer detects them, pads are created for new chains and packets are
 sent to the peer elements of the pads.