lavf/mov_chan: avoid avcodec.h dependency

pull/362/head
Anton Khirnov 4 years ago
parent 823ca1ba84
commit c9642265f8
  1. 2
      libavformat/mov_chan.c
  2. 2
      libavformat/mov_chan.h

@ -26,7 +26,7 @@
#include <stdint.h>
#include "libavutil/channel_layout.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/codec_id.h"
#include "mov_chan.h"
/**

@ -28,7 +28,7 @@
#include <stdint.h>
#include "libavcodec/avcodec.h"
#include "libavcodec/codec_id.h"
#include "avformat.h"
/**

Loading…
Cancel
Save