mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-10-19 09:53:18 +00:00
Merge commit '67c884eb07
'
* commit '67c884eb07
':
libvpx: Add the library header
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
033dc39c56
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
#ifndef AVCODEC_LIBVPX_H
|
||||
#define AVCODEC_LIBVPX_H
|
||||
|
||||
#include <vpx/vpx_codec.h>
|
||||
|
||||
#include "avcodec.h"
|
||||
|
||||
void ff_vp9_init_static(AVCodec *codec);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue