From fdd50a5d77fcad5833f409f8272e0140f0e4ace0 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Fri, 23 Dec 2016 23:35:23 -0800 Subject: [PATCH] design: interlaced-video: add missing markup and fix some grammar issues --- markdown/design/interlaced-video.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/markdown/design/interlaced-video.md b/markdown/design/interlaced-video.md index 7abeaf8..578e5ca 100644 --- a/markdown/design/interlaced-video.md +++ b/markdown/design/interlaced-video.md @@ -20,12 +20,12 @@ Possible states: field that can be used for telecine pulldown Note: It can be seen that the difference between the plain interlaced -and telecine states is that in the telecine state, buffers containing +and telecine states is that in the latter, buffers containing two fields may be progressive. Tools for identification: - - GstVideoInfo - - GstVideoInterlaceMode - enum `GST_VIDEO_INTERLACE_MODE_...` + - `GstVideoInfo` + - `GstVideoInterlaceMode` - enum `GST_VIDEO_INTERLACE_MODE_...` - PROGRESSIVE - INTERLEAVED - MIXED -- 2.7.4