File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ pub enum Rav1dError {
26
26
27
27
/// Try again.
28
28
///
29
- /// If this is returned by [`Decoder::send_data`] or [`Decoder::send_pending_data`] then there
30
- /// are decoded frames pending that first have to be retrieved via [`Decoder::get_picture `]
29
+ /// If this is returned by [`rav1d_send_data`], then there
30
+ /// are decoded frames pending that first have to be retrieved via [`rav1d_get_picture `]
31
31
/// before processing any further pending data.
32
32
///
33
- /// If this is returned by [`Decoder::get_picture`] then no decoded frames are pending
33
+ /// If this is returned by [`rav1d_get_picture`], then no decoded frames are pending
34
34
/// currently and more data needs to be sent to the decoder.
35
35
TryAgain = libc:: EAGAIN as u8 ,
36
36
You can’t perform that action at this time.
0 commit comments