]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vdpau_internal.h
avcodec/cavsdec: print warning if no frame has been decoded
[ffmpeg] / libavcodec / vdpau_internal.h
index 32969963c70960202fe7cdef1d59d79c2d79803f..cc634111b4432f38a50387995952a9836d6bf4d0 100644 (file)
@@ -32,6 +32,7 @@
 #include "h264.h"
 
 #include "avcodec.h"
+#include "mpeg4video.h"
 #include "mpegvideo.h"
 #include "version.h"
 
@@ -95,7 +96,7 @@ void ff_vdpau_h264_picture_complete(H264Context *h);
 void ff_vdpau_vc1_decode_picture(MpegEncContext *s, const uint8_t *buf,
                                  int buf_size);
 
-void ff_vdpau_mpeg4_decode_picture(MpegEncContext *s, const uint8_t *buf,
+void ff_vdpau_mpeg4_decode_picture(Mpeg4DecContext *s, const uint8_t *buf,
                                    int buf_size);
 
 #endif /* AVCODEC_VDPAU_INTERNAL_H */