X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ftableprint.h;h=667985f6d7f4baafb8ed047442a5a480deaa125c;hb=38c1bffd80c106ec42938178ad3e71e58eef3b09;hp=5107912e80c98e9162257b1e97ebf6e6a77e2de7;hpb=38c3ffbd55deb91622a58d8e20b15d263aadf131;p=ffmpeg diff --git a/libavcodec/tableprint.h b/libavcodec/tableprint.h index 5107912e80c..667985f6d7f 100644 --- a/libavcodec/tableprint.h +++ b/libavcodec/tableprint.h @@ -114,6 +114,7 @@ void write_float_2d_array (const void *, int, int); WRITE_1D_FUNC(int8_t, "%3"PRIi8, 15) WRITE_1D_FUNC(uint8_t, "0x%02"PRIx8, 15) WRITE_1D_FUNC(uint16_t, "0x%08"PRIx16, 7) +WRITE_1D_FUNC(int16_t, "%5"PRIi16, 7) WRITE_1D_FUNC(uint32_t, "0x%08"PRIx32, 7) WRITE_1D_FUNC(float, "%.18e", 3)