Skip to content

Commit

Permalink
ActiveAEFilter: Add missing include for avcodec_fill_audio_frame (wor…
Browse files Browse the repository at this point in the history
…ked by accident)
  • Loading branch information
fritsch committed Oct 27, 2016
1 parent 3612c0f commit 2e2e7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAEFilter.cpp
Expand Up @@ -25,6 +25,7 @@

extern "C" {
#include "libavfilter/avfilter.h"
#include "libavcodec/avcodec.h"
#include "libavfilter/buffersink.h"
#include "libavfilter/buffersrc.h"
#include "libswresample/swresample.h"
Expand Down

0 comments on commit 2e2e7a5

Please sign in to comment.