summaryrefslogtreecommitdiff
path: root/src/video_out/xvmc_mocomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_out/xvmc_mocomp.c')
-rw-r--r--src/video_out/xvmc_mocomp.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/video_out/xvmc_mocomp.c b/src/video_out/xvmc_mocomp.c
index 970c243dd..bd7e4e163 100644
--- a/src/video_out/xvmc_mocomp.c
+++ b/src/video_out/xvmc_mocomp.c
@@ -15,9 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- *
- * $Id: xvmc_mocomp.c,v 1.4 2005/05/06 07:42:21 totte67 Exp $
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
* XvMC image support by Jack Kelliher
*/
@@ -72,9 +70,9 @@ static void xvmc_render_macro_blocks(vo_frame_t *current_image,
int second_field,
xvmc_macroblocks_t *macroblocks) {
xxmc_driver_t *this = (xxmc_driver_t *) current_image->driver;
- xxmc_frame_t *current_frame = (xxmc_frame_t *) current_image;
- xxmc_frame_t *forward_frame = (xxmc_frame_t *) forward_ref_image;
- xxmc_frame_t *backward_frame = (xxmc_frame_t *) backward_ref_image;
+ xxmc_frame_t *current_frame = XXMC_FRAME(current_image);
+ xxmc_frame_t *forward_frame = XXMC_FRAME(forward_ref_image);
+ xxmc_frame_t *backward_frame = XXMC_FRAME(backward_ref_image);
int flags;
lprintf ("xvmc_render_macro_blocks\n");