|
|
@ -97,7 +97,7 @@ AVHWAccel ff_h263_vdpau_hwaccel = { |
|
|
|
.start_frame = vdpau_mpeg4_start_frame, |
|
|
|
.start_frame = vdpau_mpeg4_start_frame, |
|
|
|
.end_frame = ff_vdpau_mpeg_end_frame, |
|
|
|
.end_frame = ff_vdpau_mpeg_end_frame, |
|
|
|
.decode_slice = vdpau_mpeg4_decode_slice, |
|
|
|
.decode_slice = vdpau_mpeg4_decode_slice, |
|
|
|
.priv_data_size = sizeof(struct vdpau_picture_context), |
|
|
|
.frame_priv_data_size = sizeof(struct vdpau_picture_context), |
|
|
|
}; |
|
|
|
}; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
@ -110,6 +110,6 @@ AVHWAccel ff_mpeg4_vdpau_hwaccel = { |
|
|
|
.start_frame = vdpau_mpeg4_start_frame, |
|
|
|
.start_frame = vdpau_mpeg4_start_frame, |
|
|
|
.end_frame = ff_vdpau_mpeg_end_frame, |
|
|
|
.end_frame = ff_vdpau_mpeg_end_frame, |
|
|
|
.decode_slice = vdpau_mpeg4_decode_slice, |
|
|
|
.decode_slice = vdpau_mpeg4_decode_slice, |
|
|
|
.priv_data_size = sizeof(struct vdpau_picture_context), |
|
|
|
.frame_priv_data_size = sizeof(struct vdpau_picture_context), |
|
|
|
}; |
|
|
|
}; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|