Skip to content

Commit 20d5da1

Browse files
author
Valentin Noel
committed
Complete Wave profile
1 parent f15f289 commit 20d5da1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/AvTranscoder/Profiles/Wave.hpp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#ifndef _AVTRANSCODER_PROFIL_XDCAMHD422_HPP_
2-
#define _AVTRANSCODER_PROFIL_XDCAMHD422_HPP_
1+
#ifndef _AVTRANSCODER_PROFIL_WAVE_HPP_
2+
#define _AVTRANSCODER_PROFIL_WAVE_HPP_
33

44
namespace avtranscoder
55
{
66

7-
void loadXdCamHD422( Profile::ProfilesDesc& profiles )
7+
void loadWave( Profile::ProfilesDesc& profiles )
88
{
99
Profile::ProfileDesc wave24bits;
1010

@@ -21,6 +21,9 @@ void loadXdCamHD422( Profile::ProfilesDesc& profiles )
2121

2222
wave16bits[ "codec" ] = "pcm_s16le";
2323
wave16bits[ "sample_fmt" ] = "s16";
24+
25+
profiles.push_back( wave24bits );
26+
profiles.push_back( wave16bits );
2427
}
2528

2629
}

0 commit comments

Comments
 (0)