Skip to content

Commit 4f5486f

Browse files
author
Clement Champetier
committed
loadOptions functions: add AvExport
1 parent 7f49ac6 commit 4f5486f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AvTranscoder/Option.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ typedef std::map<std::string, Option> OptionMap; ///< Key: option name / value:
123123
* @param av_class: a libav context (could be an AVFormatContext or an AVCodecContext).
124124
* @param req_flags: libav flag (AV_OPT_FLAG_XXX), which is a filter for AVOption loaded by the Context (default = 0: no flag restriction).
125125
*/
126-
void loadOptions( OptionMap& outOptions, void* av_class, int req_flags = 0 );
127-
void loadOptions( OptionArray& outOptions, void* av_class, int req_flags = 0 );
126+
void AvExport loadOptions( OptionMap& outOptions, void* av_class, int req_flags = 0 );
127+
void AvExport loadOptions( OptionArray& outOptions, void* av_class, int req_flags = 0 );
128128

129129
}
130130

0 commit comments

Comments
 (0)