[FFmpeg-devel] [PATCH 9/9] avcodec/vp8data: Use <> for inclusion of stdint.h
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sun Sep 3 02:28:34 EEST 2023
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
libavcodec/vp8data.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/vp8data.c b/libavcodec/vp8data.c
index a41fc872f5..857406928a 100644
--- a/libavcodec/vp8data.c
+++ b/libavcodec/vp8data.c
@@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "stdint.h"
+#include <stdint.h>
// cat 1 and 2 are defined in vp8data.h
static const uint8_t vp8_dct_cat3_prob[] = {
--
2.34.1
More information about the ffmpeg-devel
mailing list