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 94c3b73 commit 8a4e575Copy full SHA for 8a4e575
src/AvTranscoder/file/FormatContext.hpp
@@ -78,6 +78,7 @@ class AvExport FormatContext
78
* @param position: can be in AV_TIME_BASE units, in frames... depending on the flag value
79
* @param flag: seeking mode (AVSEEK_FLAG_xxx)
80
* @return seek status
81
+ * @warn seeking on a raw bitstreams (without any container) could produce an error (because of a lack of timing information)
82
* @see flushDecoder
83
*/
84
bool seek(const uint64_t position, const int flag);
0 commit comments