]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vdpau_internal.h
Fix a typo in the documentation.
[ffmpeg] / libavcodec / vdpau_internal.h
index e957037a836f9978df8e9b60e4773f1c9a1843ca..ce0e00a38a0305ddad8f939f609e89cc00cc39dc 100644 (file)
@@ -36,4 +36,7 @@ void ff_vdpau_mpeg_picture_complete(MpegEncContext *s, const uint8_t *buf,
 void ff_vdpau_h264_set_reference_frames(MpegEncContext *s);
 void ff_vdpau_h264_picture_complete(MpegEncContext *s);
 
+void ff_vdpau_vc1_decode_picture(MpegEncContext *s, const uint8_t *buf,
+                                 int buf_size);
+
 #endif /* AVCODEC_VDPAU_INTERNAL_H */