]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264.h
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / h264.h
index 7708195f5ba07c40e40b17c061dd2d8b84018290..21fe4d6e9056bec8c5342712923702657209905c 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file h264.h
+ * @file libavcodec/h264.h
  * H.264 / AVC / MPEG4 part10 codec.
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
@@ -86,8 +86,8 @@
 #define CHROMA 1
 #endif
 
-#ifndef ENABLE_H264_ENCODER
-#define ENABLE_H264_ENCODER 0
+#ifndef CONFIG_H264_ENCODER
+#define CONFIG_H264_ENCODER 0
 #endif
 
 #define EXTENDED_SAR          255
@@ -339,7 +339,7 @@ typedef struct H264Context{
     int mb_field_decoding_flag;
     int mb_mbaff;              ///< mb_aff_frame && mb_field_decoding_flag
 
-    unsigned int sub_mb_type[4];
+    uint16_t sub_mb_type[4];
 
     //POC stuff
     int poc_lsb;