diff mbox series

[FFmpeg-devel,9/9] avcodec/vp8data: Use <> for inclusion of stdint.h

Message ID AS8P250MB0744DE61D9DB9E9D896FF0C58FEBA@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit de73accd391121f71f4490bbf9fc7aa872d917de
Headers show
Series [FFmpeg-devel] avformat/avformat: Avoid including codec.h, frame.h | expand

Commit Message

Andreas Rheinhardt Sept. 2, 2023, 11:28 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/vp8data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Paul B Mahol Sept. 3, 2023, 7:47 a.m. UTC | #1
OK
diff mbox series

Patch

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[] = {