AvTranscoder  0.9.4
C++APIforLibav/FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
util.hpp
Go to the documentation of this file.
1 #ifndef _AV_TRANSCODER_FILE_UTIL_HPP_
2 #define _AV_TRANSCODER_FILE_UTIL_HPP_
3 
4 namespace avtranscoder
5 {
6 
7 /**
8  * @brief Level of file analysis.
9  */
11 {
14  // eAnalyseLevelFull = 2,
15 };
16 }
17 
18 #endif
EAnalyseLevel
Level of file analysis.
Definition: util.hpp:10