X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264_parse.h;h=40d88ede78b6632336cb848732409cb6e06f479a;hb=abb3cc46d595dcb186ae30ec7339a56cd9803f45;hp=3ef640f111e22a01faf06bf2fba594fdc6c7bfce;hpb=d98ca4b14c673db8eb3cc124e42ff7a660da9109;p=ffmpeg diff --git a/libavcodec/h264_parse.h b/libavcodec/h264_parse.h index 3ef640f111e..40d88ede78b 100644 --- a/libavcodec/h264_parse.h +++ b/libavcodec/h264_parse.h @@ -33,7 +33,7 @@ typedef struct H264PredWeightTable { int chroma_log2_weight_denom; int luma_weight_flag[2]; ///< 7.4.3.2 luma_weight_lX_flag int chroma_weight_flag[2]; ///< 7.4.3.2 chroma_weight_lX_flag - // The following 2 can be changed to int8_t but that causes 10cpu cycles speedloss + // The following 2 can be changed to int8_t but that causes a 10 CPU cycles speed loss int luma_weight[48][2][2]; int chroma_weight[48][2][2][2]; int implicit_weight[48][48][2];