]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264_parser.h
Add channel layout support to the AC-3 encoder.
[ffmpeg] / libavcodec / h264_parser.h
index 40b5500c568b0d277d42ea617707434287996bce..514f86ee97bbf94ebc1768009e4ea9829eb49a53 100644 (file)
  */
 
 /**
- * @file h264_parser.h
+ * @file libavcodec/h264_parser.h
  * H.264 / AVC / MPEG4 part10 parser.
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
-#ifndef H264_PARSER_H
-#define H264_PARSER_H
+#ifndef AVCODEC_H264_PARSER_H
+#define AVCODEC_H264_PARSER_H
 
 #include "h264.h"
 
@@ -36,4 +36,4 @@
  */
 int ff_h264_find_frame_end(H264Context *h, const uint8_t *buf, int buf_size);
 
-#endif /* H264_PARSER_H */
+#endif /* AVCODEC_H264_PARSER_H */