Subversion Repositories Kolibri OS

Rev

Rev 6133 | Rev 6136 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6133 Rev 6135
Line 133... Line 133...
133
    struct list_head output_list;
133
    struct list_head output_list;
134
 
134
 
Line 135... Line 135...
135
    vframe_t       *decoder_frame;
135
    vframe_t       *decoder_frame;
136
    void           *hwCtx;          /* hardware context         */
136
    void           *hwCtx;          /* hardware context         */
137
    int             hwdec;          /* hardware decoder         */
137
    int             hwdec:1;        /* hardware decoder         */
-
 
138
    int             blit_bitmap:1;  /* hardware RGBA blitter    */
-
 
139
    int             blit_texture:1; /* hardware RGBA blit and scale */
-
 
140
    int             blit_planar:1;  /* hardbare YUV blit and scale */
-
 
141
    int             frame_reorder:1;
138
};
142
};
Line 139... Line 143...
139
 
143
 
140
 
144