]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/vdpau_internal.h
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
[frescor/ffmpeg.git] / libavcodec / vdpau_internal.h
index cefd97754a811c49a4969e5ae84d30934c3aa45b..4f993af94b1077c6ad2d002b395098372fe6ff67 100644 (file)
 
 void ff_vdpau_add_data_chunk(MpegEncContext *s, const uint8_t *buf,
                              int buf_size);
+
+void ff_vdpau_mpeg_picture_complete(MpegEncContext *s, const uint8_t *buf,
+                                    int buf_size, int slice_count);
+
 void ff_vdpau_h264_set_reference_frames(MpegEncContext *s);
 void ff_vdpau_h264_picture_complete(MpegEncContext *s);