]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vorbis_enc_data.h
Add doxy comment
[ffmpeg] / libavcodec / vorbis_enc_data.h
index 82ca514df0fccbd5b66d960b1e192bdc5f29fd8e..1b4be9aaa1123675dfbec2bd29bad1adbc021bdb 100644 (file)
  *
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef AVCODEC_VORBIS_ENC_DATA_H
-#define AVCODEC_VORBIS_ENC_DATA_H
+#ifndef FFMPEG_VORBIS_ENC_DATA_H
+#define FFMPEG_VORBIS_ENC_DATA_H
 
 #include <stdint.h>
 
@@ -502,4 +502,4 @@ static const struct {
     { 3, 2, 3, (const int[]){ -1, 12, 13, 14 } },
 };
 
-#endif
+#endif /* FFMPEG_VORBIS_ENC_DATA_H */