include/vlc_video.h: minor doc fix

parent 63d7967d
......@@ -56,11 +56,10 @@ typedef struct plane_t
*/
struct picture_t
{
/** \name Picture format
* Describes the properties of the picture
* @{*/
/**
* The properties of the picture
*/
video_frame_format_t format;
/**@}*/
/** Picture data - data can always be freely modified, but p_data may
* NEVER be modified. A direct buffer can be handled as the plugin
......
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