Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
a1fb2664
Commit
a1fb2664
authored
Nov 28, 2018
by
Janne Grunau
Committed by
Ronald S. Bultje
Nov 29, 2018
Browse files
doc: extend dav1d_flush Doxygen
parent
eb31119d
Pipeline
#3080
passed with stages
in 9 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/dav1d/dav1d.h
View file @
a1fb2664
...
...
@@ -172,9 +172,14 @@ DAV1D_API int dav1d_get_picture(Dav1dContext *c, Dav1dPicture *out);
DAV1D_API
void
dav1d_close
(
Dav1dContext
**
c_out
);
/**
* Flush all delayed frames in decoder, to be used when seeking.
* Flush all delayed frames in decoder and clear internal decoder state,
* to be used when seeking.
*
* @param c Input decoder instance.
*
* @note Decoding will start only after a valid sequence header OBU is
* delivered to dav1d_send_data().
*
*/
DAV1D_API
void
dav1d_flush
(
Dav1dContext
*
c
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment