mirror of https://git.ffmpeg.org/ffmpeg.git
avdevice/pulse_audio_common: Avoid inclusion of avcodec.h
It only needs codec_id.h. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
7469f2ec0a
commit
00597af58b
|
@ -23,7 +23,7 @@
|
|||
#define AVDEVICE_PULSE_AUDIO_COMMON_H
|
||||
|
||||
#include <pulse/pulseaudio.h>
|
||||
#include "libavcodec/avcodec.h"
|
||||
#include "libavcodec/codec_id.h"
|
||||
#include "avdevice.h"
|
||||
|
||||
pa_sample_format_t ff_codec_id_to_pulse_format(enum AVCodecID codec_id);
|
||||
|
|
Loading…
Reference in New Issue