Skip to content

Commit

Permalink
transcode: remove libavutil/audioconvert.h inclusion, fixes #3146
Browse files Browse the repository at this point in the history
  • Loading branch information
perexg committed Oct 11, 2015
1 parent baad0ee commit ea02889
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plumbing/transcoding.c
Expand Up @@ -24,7 +24,6 @@
#include <libavutil/opt.h>
#include <libavutil/audio_fifo.h>
#include <libavutil/dict.h>
#include <libavutil/audioconvert.h>

#if LIBAVUTIL_VERSION_MICRO >= 100 /* FFMPEG */
#define USING_FFMPEG 1
Expand Down

0 comments on commit ea02889

Please sign in to comment.