Commit de5710e5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

doc: grammar

parent 68699a32
...@@ -320,7 +320,7 @@ typedef void (*libvlc_video_display_cb)(void *opaque, void *picture); ...@@ -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 * Similarly, the number of scanlines must be bigger than of equal to
* the pixel height. * the pixel height.
* Furthermore, we recommend that pitches and lines be multiple of 32 * 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. * in the video decoders, video filters and/or video converters.
*/ */
typedef unsigned (*libvlc_video_format_cb)(void **opaque, char *chroma, typedef unsigned (*libvlc_video_format_cb)(void **opaque, char *chroma,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment