mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-12 20:20:47 +08:00
Avoid POSIX-reserved _t namespace.
Originally committed as revision 16408 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
// 1337 IDCT MCo
|
||||
#define MP_XVMC_RENDER_MAGIC 0x1DC711C0
|
||||
|
||||
typedef struct {
|
||||
struct xvmc_render_state {
|
||||
//these are not changed by the decoder!
|
||||
int magic;
|
||||
|
||||
@@ -70,6 +70,6 @@ typedef struct {
|
||||
//extensions
|
||||
void * p_osd_target_surface_render; //pointer to the surface where subpicture is rendered
|
||||
|
||||
} xvmc_render_state_t;
|
||||
};
|
||||
|
||||
#endif /* AVCODEC_XVMC_RENDER_H */
|
||||
|
Reference in New Issue
Block a user