Browse Source

add missing #includes

patch by Dieter <freebsd at sopwith solgatos com>

Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Dieter Måns Rullgård 19 years ago
parent
commit
a851b8e898
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      libavformat/matroska.c
  2. +1
    -0
      libavutil/intfloat_readwrite.c
  3. +1
    -0
      vhook/watermark.c

+ 1
- 0
libavformat/matroska.c View File

@@ -29,6 +29,7 @@
#include "avformat.h" #include "avformat.h"
/* For codec_get_bmp_id and codec_get_wav_id. */ /* For codec_get_bmp_id and codec_get_wav_id. */
#include "avi.h" #include "avi.h"
#include "intfloat_readwrite.h"


/* EBML version supported */ /* EBML version supported */
#define EBML_VERSION 1 #define EBML_VERSION 1


+ 1
- 0
libavutil/intfloat_readwrite.c View File

@@ -24,6 +24,7 @@
*/ */


#include "common.h" #include "common.h"
#include "intfloat_readwrite.h"


double av_int2dbl(int64_t v){ double av_int2dbl(int64_t v){
if(v+v > 0xFFELLU<<52) if(v+v > 0xFFELLU<<52)


+ 1
- 0
vhook/watermark.c View File

@@ -46,6 +46,7 @@
#include "avformat.h" #include "avformat.h"


#include "framehook.h" #include "framehook.h"
#include "cmdutils.h"


typedef struct { typedef struct {
char filename[2000]; char filename[2000];


Loading…
Cancel
Save