File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
int main ( int argc, char ** argv )
7
7
{
8
8
// std::cout << "avinfo" << std::endl;
9
- std::vector<std::string> inputExtension = getInputExtensions ();
10
- std::vector<std::string> outputExtension = getOutputExtensions ();
9
+ std::vector<std::string> inputExtension = avtranscoder:: getInputExtensions ();
10
+ std::vector<std::string> outputExtension = avtranscoder:: getOutputExtensions ();
11
11
return 0 ;
12
12
}
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ extern "C" {
12
12
#include < vector>
13
13
#include < cstring>
14
14
15
+ namespace avtranscoder
16
+ {
17
+
15
18
std::vector<size_t > getVersion ()
16
19
{
17
20
std::vector<size_t > version;
@@ -52,7 +55,6 @@ std::vector<std::string> getOutputExtensions()
52
55
return extensions;
53
56
}
54
57
55
-
58
+ }
56
59
57
60
#endif
58
-
You can’t perform that action at this time.
0 commit comments