Browse Source

avdevice/pulse_audio_common: Avoid inclusion of avcodec.h

It only needs codec_id.h.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Andreas Rheinhardt 1 year ago
parent
commit
00597af58b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libavdevice/pulse_audio_common.h

+ 1 - 1
libavdevice/pulse_audio_common.h

@@ -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);