mirror of https://git.ffmpeg.org/ffmpeg.git
lavf/mov_chan: avoid avcodec.h dependency
This commit is contained in:
parent
823ca1ba84
commit
c9642265f8
|
@ -26,7 +26,7 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "libavutil/channel_layout.h"
|
#include "libavutil/channel_layout.h"
|
||||||
#include "libavcodec/avcodec.h"
|
#include "libavcodec/codec_id.h"
|
||||||
#include "mov_chan.h"
|
#include "mov_chan.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "libavcodec/avcodec.h"
|
#include "libavcodec/codec_id.h"
|
||||||
#include "avformat.h"
|
#include "avformat.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue