]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264_parser.h
Add ff_ prefix for mpeg2_dc_scale_table.
[ffmpeg] / libavcodec / h264_parser.h
index 1d7407e4f5fa561c5b7ea90ceda5e2dd4978d6ab..514f86ee97bbf94ebc1768009e4ea9829eb49a53 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 Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
- * @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"
 
@@ -37,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 */