Browse Source

Add missing #include to fix 'make checkheaders'.

Originally committed as revision 16545 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
84f8d1f604
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/vdpau_internal.h

+ 1
- 0
libavcodec/vdpau_internal.h View File

@@ -25,6 +25,7 @@
#define AVCODEC_VDPAU_INTERNAL_H

#include <stdint.h>
#include "mpegvideo.h"

void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf,
int buf_size);


Loading…
Cancel
Save