Commit 51546504 authored by Marton Balint's avatar Marton Balint

avcodec/avcodec.h: clarify decoupled decode/encode API docs

Reviewed-by: 's avatarwm4 <nfxjfg@googlemail.com>
Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
parent 7bfbb722
...@@ -142,8 +142,9 @@ ...@@ -142,8 +142,9 @@
* *
* Not all codecs will follow a rigid and predictable dataflow; the only * Not all codecs will follow a rigid and predictable dataflow; the only
* guarantee is that an AVERROR(EAGAIN) return value on a send/receive call on * guarantee is that an AVERROR(EAGAIN) return value on a send/receive call on
* one end implies that a receive/send call on the other end will succeed. In * one end implies that a receive/send call on the other end will succeed, or
* general, no codec will permit unlimited buffering of input or output. * at least will not fail with AVERROR(EAGAIN). In general, no codec will
* permit unlimited buffering of input or output.
* *
* This API replaces the following legacy functions: * This API replaces the following legacy functions:
* - avcodec_decode_video2() and avcodec_decode_audio4(): * - avcodec_decode_video2() and avcodec_decode_audio4():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment