You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
libvpx: Add the library header
Unbreak make checkheaders
This commit is contained in:
committed by
Luca Barbato
parent
461b45efd0
commit
67c884eb07
@@ -21,6 +21,8 @@
|
|||||||
#ifndef AVCODEC_LIBVPX_H
|
#ifndef AVCODEC_LIBVPX_H
|
||||||
#define AVCODEC_LIBVPX_H
|
#define AVCODEC_LIBVPX_H
|
||||||
|
|
||||||
|
#include <vpx/vpx_codec.h>
|
||||||
|
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
|
|
||||||
enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt(vpx_img_fmt_t img);
|
enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt(vpx_img_fmt_t img);
|
||||||
|
Reference in New Issue
Block a user