We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15f289 commit 20d5da1Copy full SHA for 20d5da1
src/AvTranscoder/Profiles/Wave.hpp
@@ -1,10 +1,10 @@
1
-#ifndef _AVTRANSCODER_PROFIL_XDCAMHD422_HPP_
2
-#define _AVTRANSCODER_PROFIL_XDCAMHD422_HPP_
+#ifndef _AVTRANSCODER_PROFIL_WAVE_HPP_
+#define _AVTRANSCODER_PROFIL_WAVE_HPP_
3
4
namespace avtranscoder
5
{
6
7
-void loadXdCamHD422( Profile::ProfilesDesc& profiles )
+void loadWave( Profile::ProfilesDesc& profiles )
8
9
Profile::ProfileDesc wave24bits;
10
@@ -21,6 +21,9 @@ void loadXdCamHD422( Profile::ProfilesDesc& profiles )
21
22
wave16bits[ "codec" ] = "pcm_s16le";
23
wave16bits[ "sample_fmt" ] = "s16";
24
+
25
+ profiles.push_back( wave24bits );
26
+ profiles.push_back( wave16bits );
27
}
28
29
0 commit comments