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 96aed90 commit 6be73f0Copy full SHA for 6be73f0
src/AvTranscoder/util.hpp
@@ -62,7 +62,6 @@ std::string AvExport getPixelFormatName(const AVPixelFormat pixelFormat);
62
*/
63
std::string AvExport getSampleFormatName(const AVSampleFormat sampleFormat);
64
65
-#ifndef SWIG
66
/**
67
* @brief Get array of short/long names of all format available by FFmpeg / libav.
68
* @note Need to call preloadCodecsAndFormats before using this function.
@@ -81,6 +80,7 @@ NamesArray AvExport getAvailableVideoCodecsNames();
81
80
82
NamesArray AvExport getAvailableAudioCodecsNames();
83
+#ifndef SWIG
84
85
* @brief Get the list of options for each output format
86
0 commit comments