mirror of https://git.ffmpeg.org/ffmpeg.git
Replace remaining includes of audioconvert.h with channel_layout.h
This commit is contained in:
parent
542b83fc90
commit
0651e892e1
|
@ -24,7 +24,7 @@
|
|||
* audio volume filter
|
||||
*/
|
||||
|
||||
#include "libavutil/audioconvert.h"
|
||||
#include "libavutil/channel_layout.h"
|
||||
#include "libavutil/common.h"
|
||||
#include "libavutil/eval.h"
|
||||
#include "libavutil/float_dsp.h"
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
* transmitting them to the video decoder
|
||||
*/
|
||||
|
||||
#include "libavutil/audioconvert.h"
|
||||
#include "libavutil/channel_layout.h"
|
||||
#include "libavutil/imgutils.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "avformat.h"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "audioconvert.h"
|
||||
#include "channel_layout.h"
|
||||
#include "buffer.h"
|
||||
#include "common.h"
|
||||
#include "dict.h"
|
||||
|
|
Loading…
Reference in New Issue