patch-xbmc_cores_omxplayer_OMXVideo_h 513 B

1234567891011
  1. --- xbmc-12.2.orig/xbmc/cores/omxplayer/OMXVideo.h 2013-05-03 07:57:41.000000000 +0200
  2. +++ xbmc-12.2/xbmc/cores/omxplayer/OMXVideo.h 2013-07-31 13:17:20.000000000 +0200
  3. @@ -98,7 +98,7 @@ protected:
  4. ResolutionUpdateCallBackFn m_res_callback;
  5. void *m_res_ctx;
  6. bool m_submitted_eos;
  7. - bool NaluFormatStartCodes(enum CodecID codec, uint8_t *in_extradata, int in_extrasize);
  8. + bool NaluFormatStartCodes(enum AVCodecID codec, uint8_t *in_extradata, int in_extrasize);
  9. };
  10. #endif