summaryrefslogtreecommitdiff
path: root/omx.h
diff options
context:
space:
mode:
Diffstat (limited to 'omx.h')
-rw-r--r--omx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/omx.h b/omx.h
index e2e0f9e..c162a88 100644
--- a/omx.h
+++ b/omx.h
@@ -84,7 +84,7 @@ public:
int SetVideoCodec(cVideoCodec::eCodec codec,
eDataUnitType dataUnit = eArbitraryStreamSection);
int SetupAudioRender(cAudioCodec::eCodec outputFormat,
- int channels, cAudioPort::ePort audioPort, int samplingRate = 0);
+ int channels, cRpiAudioPort::ePort audioPort, int samplingRate = 0);
void GetVideoSize(int &width, int &height, bool &interlaced);
void SetDisplayMode(bool letterbox, bool noaspect);