|  | @@ -28,10 +28,12 @@ | 
														
													
														
															
																|  |  | #include <stdint.h> |  |  | #include <stdint.h> | 
														
													
														
															
																|  |  | #if CONFIG_VDPAU |  |  | #if CONFIG_VDPAU | 
														
													
														
															
																|  |  | #include <vdpau/vdpau.h> |  |  | #include <vdpau/vdpau.h> | 
														
													
														
															
																|  |  | #include "vdpau.h" |  |  |  | 
														
													
														
															
																|  |  | #endif |  |  | #endif | 
														
													
														
															
																|  |  | #include "h264.h" |  |  | #include "h264.h" | 
														
													
														
															
																|  |  |  |  |  | 
 | 
														
													
														
															
																|  |  |  |  |  | #include "avcodec.h" | 
														
													
														
															
																|  |  | #include "mpegvideo.h" |  |  | #include "mpegvideo.h" | 
														
													
														
															
																|  |  |  |  |  | #include "version.h" | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | /** Extract VdpVideoSurface from a Picture */ |  |  | /** Extract VdpVideoSurface from a Picture */ | 
														
													
														
															
																|  |  | static inline uintptr_t ff_vdpau_get_surface_id(Picture *pic) |  |  | static inline uintptr_t ff_vdpau_get_surface_id(Picture *pic) | 
														
													
												
													
														
															
																|  | @@ -47,6 +49,8 @@ union AVVDPAUPictureInfo { | 
														
													
														
															
																|  |  | VdpPictureInfoVC1          vc1; |  |  | VdpPictureInfoVC1          vc1; | 
														
													
														
															
																|  |  | VdpPictureInfoMPEG4Part2 mpeg4; |  |  | VdpPictureInfoMPEG4Part2 mpeg4; | 
														
													
														
															
																|  |  | }; |  |  | }; | 
														
													
														
															
																|  |  |  |  |  | #else | 
														
													
														
															
																|  |  |  |  |  | #include "vdpau.h" | 
														
													
														
															
																|  |  | #endif |  |  | #endif | 
														
													
														
															
																|  |  | 
 |  |  | 
 | 
														
													
														
															
																|  |  | struct vdpau_picture_context { |  |  | struct vdpau_picture_context { | 
														
													
												
													
														
															
																|  | 
 |