Commit 00597af5 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avdevice/pulse_audio_common: Avoid inclusion of avcodec.h

It only needs codec_id.h.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 7469f2ec
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment