Browse Source

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  avcodec: add missing includes

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 12 years ago
parent
commit
8f20e3d4df
3 changed files with 7 additions and 0 deletions
  1. +2
    -0
      libavcodec/ac3tab.c
  2. +1
    -0
      libavcodec/h261data.c
  3. +4
    -0
      libavcodec/mjpeg2jpeg_bsf.c

+ 2
- 0
libavcodec/ac3tab.c View File

@@ -25,6 +25,8 @@
*/

#include "libavutil/channel_layout.h"
#include "libavutil/mem.h"

#include "avcodec.h"
#include "ac3tab.h"



+ 1
- 0
libavcodec/h261data.c View File

@@ -26,6 +26,7 @@

#include <stdint.h>

#include "mpegutils.h"
#include "rl.h"
#include "h261.h"



+ 4
- 0
libavcodec/mjpeg2jpeg_bsf.c View File

@@ -25,6 +25,10 @@
*/

#include <string.h>

#include "libavutil/error.h"
#include "libavutil/mem.h"

#include "avcodec.h"
#include "mjpeg.h"



Loading…
Cancel
Save