You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: Fix make checkheaders for wavpackenc.h Fix make checkheaders for vdpau_internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
#ifndef AVCODEC_VDPAU_INTERNAL_H
|
#ifndef AVCODEC_VDPAU_INTERNAL_H
|
||||||
#define AVCODEC_VDPAU_INTERNAL_H
|
#define AVCODEC_VDPAU_INTERNAL_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#if CONFIG_VDPAU
|
#if CONFIG_VDPAU
|
||||||
#include <vdpau/vdpau.h>
|
#include <vdpau/vdpau.h>
|
||||||
|
@@ -22,6 +22,8 @@
|
|||||||
#ifndef AVCODEC_WAVPACK_H
|
#ifndef AVCODEC_WAVPACK_H
|
||||||
#define AVCODEC_WAVPACK_H
|
#define AVCODEC_WAVPACK_H
|
||||||
|
|
||||||
|
#include "libavutil/common.h"
|
||||||
|
|
||||||
#define MAX_TERMS 16
|
#define MAX_TERMS 16
|
||||||
#define MAX_TERM 8
|
#define MAX_TERM 8
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user