Browse Source

vlc_picture: fix doxygen grouping

pull/127/head
Alexandre Janniaux 5 years ago
committed by Jean-Baptiste Kempf
parent
commit
6eda3852c1
  1. 5
      include/vlc_picture.h

5
include/vlc_picture.h

@ -29,6 +29,9 @@
#include <vlc_atomic.h>
/**
* \defgroup picture Generic picture API
* \ingroup output
* @{
* \file
* This file defines picture structures and functions in vlc
*/
@ -480,6 +483,6 @@ static inline void picture_SwapUV(picture_t *picture)
picture->p[V_PLANE] = tmp_plane;
}
/**@}*/
/** @} */
#endif /* VLC_PICTURE_H */

Loading…
Cancel
Save