]> git.sesse.net Git - vlc/commitdiff
include/vlc_video.h: minor doc fix
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Thu, 17 Jun 2004 11:27:49 +0000 (11:27 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Thu, 17 Jun 2004 11:27:49 +0000 (11:27 +0000)
include/vlc_video.h

index 4c938e188f013dd9f629be4a8a873f64a1aebf46..a5f77f040da8d565a8aed403392eb4b91037441d 100644 (file)
@@ -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