]> git.sesse.net Git - vlc/blobdiff - include/vlc_codecs.h
Add a bunch of \file doxygen comments
[vlc] / include / vlc_codecs.h
index 988c5901eaf1dc188bbfba2192f02f91d623646c..46047116c7d286a918163a796d5fb6c10e4bf9ba 100644 (file)
 #ifndef VLC_CODECS_H
 #define VLC_CODECS_H 1
 
+/**
+ * \file
+ * This file defines codec related structures needed by the demuxers and decoders
+ */
+
 #ifdef HAVE_ATTRIBUTE_PACKED
 #   define ATTR_PACKED __attribute__((__packed__))
 #else