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

Andreas Rheinhardt git at videolan.org
Thu Sep 7 02:19:31 EEST 2023


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun Sep  3 01:27:45 2023 +0200| [de73accd391121f71f4490bbf9fc7aa872d917de] | committer: Andreas Rheinhardt

avcodec/vp8data: Use <> for inclusion of stdint.h

Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=de73accd391121f71f4490bbf9fc7aa872d917de
---

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



More information about the ffmpeg-cvslog mailing list