Browse Source

pixdesc: add missing includes

Originally committed as revision 24153 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Måns Rullgård 15 years ago
parent
commit
47bfd50a4b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavutil/pixdesc.c

+ 2
- 0
libavutil/pixdesc.c View File

@@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <stdio.h>
#include <string.h>
#include "pixfmt.h"
#include "pixdesc.h"



Loading…
Cancel
Save