patch-xbmc_cores_dvdplayer_DVDStreamInfo_h 588 B

1234567891011121314151617181920
  1. --- xbmc-12.2.orig/xbmc/cores/dvdplayer/DVDStreamInfo.h 2013-05-03 07:57:41.000000000 +0200
  2. +++ xbmc-12.2/xbmc/cores/dvdplayer/DVDStreamInfo.h 2013-07-31 13:29:19.000000000 +0200
  3. @@ -25,7 +25,7 @@
  4. #endif
  5. #ifndef _LINUX
  6. enum StreamType;
  7. -enum CodecID;
  8. +enum AVCodecID;
  9. #else
  10. #include "DVDDemuxers/DVDDemux.h"
  11. extern "C" {
  12. @@ -59,7 +59,7 @@ public:
  13. void Assign(const CDVDStreamInfo &right, bool withextradata);
  14. void Assign(const CDemuxStream &right, bool withextradata);
  15. - CodecID codec;
  16. + AVCodecID codec;
  17. StreamType type;
  18. bool software; //force software decoding