Commit 8f20e3d4 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  avcodec: add missing includes
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 41e7e46c dc0c70e0
......@@ -25,6 +25,8 @@
*/
#include "libavutil/channel_layout.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "ac3tab.h"
......
......@@ -26,6 +26,7 @@
#include <stdint.h>
#include "mpegutils.h"
#include "rl.h"
#include "h261.h"
......
......@@ -25,6 +25,10 @@
*/
#include <string.h>
#include "libavutil/error.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "mjpeg.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment