Skip to content

Commit 6be73f0

Browse files
author
Clement Champetier
committed
SWIG: added getAvailableFormats/Video/AudioCodecsNames methods
1 parent 96aed90 commit 6be73f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ std::string AvExport getPixelFormatName(const AVPixelFormat pixelFormat);
6262
*/
6363
std::string AvExport getSampleFormatName(const AVSampleFormat sampleFormat);
6464

65-
#ifndef SWIG
6665
/**
6766
* @brief Get array of short/long names of all format available by FFmpeg / libav.
6867
* @note Need to call preloadCodecsAndFormats before using this function.
@@ -81,6 +80,7 @@ NamesArray AvExport getAvailableVideoCodecsNames();
8180
*/
8281
NamesArray AvExport getAvailableAudioCodecsNames();
8382

83+
#ifndef SWIG
8484
/**
8585
* @brief Get the list of options for each output format
8686
* @note Need to call preloadCodecsAndFormats before using this function.

0 commit comments

Comments
 (0)