[vlc-commits] doc: grammar
Rémi Denis-Courmont
git at videolan.org
Tue Sep 16 23:46:24 CEST 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Sep 17 00:46:18 2014 +0300| [de5710e55d75a79ac8b4d152a63d7455d74d208b] | committer: Rémi Denis-Courmont
doc: grammar
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de5710e55d75a79ac8b4d152a63d7455d74d208b
---
include/vlc/libvlc_media_player.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 4b2f449..9ba313e 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -320,7 +320,7 @@ typedef void (*libvlc_video_display_cb)(void *opaque, void *picture);
* Similarly, the number of scanlines must be bigger than of equal to
* the pixel height.
* Furthermore, we recommend that pitches and lines be multiple of 32
- * to not break assumption that might be made by various optimizations
+ * to not break assumptions that might be held by optimized code
* in the video decoders, video filters and/or video converters.
*/
typedef unsigned (*libvlc_video_format_cb)(void **opaque, char *chroma,
More information about the vlc-commits
mailing list