Skip to content
Snippets Groups Projects
Commit 0651e892 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

Replace remaining includes of audioconvert.h with channel_layout.h

parent 542b83fc
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* audio volume filter * audio volume filter
*/ */
#include "libavutil/audioconvert.h" #include "libavutil/channel_layout.h"
#include "libavutil/common.h" #include "libavutil/common.h"
#include "libavutil/eval.h" #include "libavutil/eval.h"
#include "libavutil/float_dsp.h" #include "libavutil/float_dsp.h"
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
* transmitting them to the video decoder * transmitting them to the video decoder
*/ */
#include "libavutil/audioconvert.h" #include "libavutil/channel_layout.h"
#include "libavutil/imgutils.h" #include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "avformat.h" #include "avformat.h"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "audioconvert.h" #include "channel_layout.h"
#include "buffer.h" #include "buffer.h"
#include "common.h" #include "common.h"
#include "dict.h" #include "dict.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment