comparison 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
comparison
equal deleted inserted replaced
11554:30f5bf824f04 11555:e603f624b03f
31 int buf_size); 31 int buf_size);
32 32
33 void ff_vdpau_mpeg_picture_complete(MpegEncContext *s, const uint8_t *buf, 33 void ff_vdpau_mpeg_picture_complete(MpegEncContext *s, const uint8_t *buf,
34 int buf_size, int slice_count); 34 int buf_size, int slice_count);
35 35
36 void ff_vdpau_h264_picture_start(MpegEncContext *s);
36 void ff_vdpau_h264_set_reference_frames(MpegEncContext *s); 37 void ff_vdpau_h264_set_reference_frames(MpegEncContext *s);
37 void ff_vdpau_h264_picture_complete(MpegEncContext *s); 38 void ff_vdpau_h264_picture_complete(MpegEncContext *s);
38 39
39 void ff_vdpau_vc1_decode_picture(MpegEncContext *s, const uint8_t *buf, 40 void ff_vdpau_vc1_decode_picture(MpegEncContext *s, const uint8_t *buf,
40 int buf_size); 41 int buf_size);