Skip to content

Commit 8a4e575

Browse files
author
Clement Champetier
committed
FormatContext: added doc when seek on a raw bitstreams
1 parent 94c3b73 commit 8a4e575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AvTranscoder/file/FormatContext.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class AvExport FormatContext
7878
* @param position: can be in AV_TIME_BASE units, in frames... depending on the flag value
7979
* @param flag: seeking mode (AVSEEK_FLAG_xxx)
8080
* @return seek status
81+
* @warn seeking on a raw bitstreams (without any container) could produce an error (because of a lack of timing information)
8182
* @see flushDecoder
8283
*/
8384
bool seek(const uint64_t position, const int flag);

0 commit comments

Comments
 (0)