From 7bfa95d17991dcff2b20be063260b7f87ede743c Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Thu, 24 May 2012 11:51:17 +0100 Subject: [PATCH] docs: fix a typo in part-segments.txt --- docs/design/part-segments.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/part-segments.txt b/docs/design/part-segments.txt index d5b7e76826..2139313a8e 100644 --- a/docs/design/part-segments.txt +++ b/docs/design/part-segments.txt @@ -84,7 +84,7 @@ Use case: FLUSHING seek the stream_time of the seek that was performed. The stop time is important when the video format contains B frames. The - video decoder receives a P frame first, which is can decode but not push yet. + video decoder receives a P frame first, which it can decode but not push yet. When it receives a B frame, it can decode the B frame and push the B frame followed by the previously decoded P frame. If the P frame is outside of the segment, the decoder knows it should not send the P frame.