~ubuntu-branches/ubuntu/raring/xbmc/raring-proposed

« back to all changes in this revision

Viewing changes to xbmc/cores/omxplayer/OMXVideo.h

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2013-01-04 21:11:52 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130104211152-qxr1r7rmzshxuyko
Tags: 2:12.0~git20130103.0959-rc3-0ubuntu1
* New upstream release
   - Version 12.0 RC3 (.orig.tar.gz from upstream PPA
     http://launchpad.net/~team-xbmc/+archive/ppa)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include <IL/OMX_Video.h>
28
28
 
29
 
#include "utils/BitstreamConverter.h"
30
 
 
31
29
#include "OMXClock.h"
32
30
 
33
31
#include "guilib/Geometry.h"
86
84
  uint8_t           *m_extradata;
87
85
  int               m_extrasize;
88
86
 
89
 
  CBitstreamConverter   *m_converter;
90
87
  bool              m_video_convert;
91
88
  std::string       m_video_codec_name;
92
89