mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
audioconvert: Add missing include for FF_API_AUDIO_CONVERT
Fixes warning in `make checkheaders`. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
aea29a891f
commit
5081012eb8
@ -23,6 +23,8 @@
|
||||
#ifndef AVCODEC_AUDIOCONVERT_H
|
||||
#define AVCODEC_AUDIOCONVERT_H
|
||||
|
||||
#include "version.h"
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Audio format conversion routines
|
||||
|
Loading…
Reference in New Issue
Block a user