mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 04:47:12 +00:00
avcodec/vp8data: Use <> for inclusion of stdint.h
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
e999a09f19
commit
de73accd39
@ -16,7 +16,7 @@
|
|||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* 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
|
// cat 1 and 2 are defined in vp8data.h
|
||||||
static const uint8_t vp8_dct_cat3_prob[] = {
|
static const uint8_t vp8_dct_cat3_prob[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user