~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to libmpcodecs/vd_xanim.c

  • Committer: William Grant
  • Date: 2007-02-03 03:16:07 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: william.grant@ubuntu.org.au-20070203031607-08gc2ompbz6spt9i
Update to 1.0rc1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
#include "config.h"
16
16
 
17
 
#ifdef USE_XANIM
18
17
#include "mp_msg.h"
19
18
 
20
19
#include "vd_internal.h"
822
821
    
823
822
    return priv->mpi;
824
823
}
825
 
#endif