Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 30, 2005, 1:51:41 AM (18 years ago)
Author:
hdavid
Message:

branches\avi_play: some copy, pasta & delete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/lib/graphics/importer/movie_player.cc

    r6330 r6339  
    1818/* this is for debug output. It just says, that all calls to PRINT() belong to the DEBUG_MODULE_MEDIA module
    1919   For more information refere to https://www.orxonox.net/cgi-bin/trac.cgi/wiki/DebugOutput
    20 */
     20*//*
    2121#define DEBUG_MODULE_MEDIA
    2222
    2323
    24 /* include your own header */
     24// include your own header
    2525#include "movie_player.h"
    2626
    27 /* header for debug output */
     27// header for debug output
    2828#include "debug.h"
    2929
    3030
    31 /**
    32  * Default constructor
    33  */
     31//
     32// Default constructor
     33//
    3434MoviePlayer::MoviePlayer(const char* filename)
    3535{
     
    4646}
    4747
    48 /**
    49  * Default destructor
    50  */
    5148MoviePlayer::~MoviePlayer()
    5249{
     
    165162  return this->status;
    166163}
     164*/
Note: See TracChangeset for help on using the changeset viewer.