diff vdpau_internal.h @ 11555:e603f624b03f libavcodec

Set VDPAU H264 picture parameter field_order_cnt and frame_num at the start of decoding a picture instead of at the end. Fixes mmco01.264 Patch by Stephen Warren
author cehoyos
date Tue, 30 Mar 2010 08:10:29 +0000
parents cdf5b1ed3500
children
line wrap: on
line diff
--- a/vdpau_internal.h	Tue Mar 30 07:52:44 2010 +0000
+++ b/vdpau_internal.h	Tue Mar 30 08:10:29 2010 +0000
@@ -33,6 +33,7 @@
 void ff_vdpau_mpeg_picture_complete(MpegEncContext *s, const uint8_t *buf,
                                     int buf_size, int slice_count);
 
+void ff_vdpau_h264_picture_start(MpegEncContext *s);
 void ff_vdpau_h264_set_reference_frames(MpegEncContext *s);
 void ff_vdpau_h264_picture_complete(MpegEncContext *s);