summaryrefslogtreecommitdiff
path: root/package/xbmc/patches/patch-xbmc_cores_AudioEngine_Interfaces_AEEncoder_h
blob: 1559ae28beb1b4e9a63881cb1fe81daa0f0b6e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- xbmc-12.2.orig/xbmc/cores/AudioEngine/Interfaces/AEEncoder.h	2013-05-03 07:57:41.000000000 +0200
+++ xbmc-12.2/xbmc/cores/AudioEngine/Interfaces/AEEncoder.h	2013-07-31 12:50:47.000000000 +0200
@@ -64,10 +64,10 @@ public:
   virtual unsigned int GetBitRate() = 0;
 
   /**
-   * Returns the CodecID of the encoder
+   * Returns the AVCodecID of the encoder
    * @return the ffmpeg codec id
    */
-  virtual CodecID GetCodecID() = 0;
+  virtual AVCodecID GetCodecID() = 0;
 
   /**
    * Return the number of frames needed to encode