Browse Source

Add rectangle.h #include for fill_rectangle().

Originally committed as revision 22877 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun 16 years ago
parent
commit
e5d2bdec11
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/error_resilience.c

+ 1
- 0
libavcodec/error_resilience.c View File

@@ -31,6 +31,7 @@
#include "dsputil.h"
#include "mpegvideo.h"
#include "h264.h"
#include "rectangle.h"

/*
* H264 redefines mb_intra so it is not mistakely used (its uninitialized in h264)


Loading…
Cancel
Save