diff options
author | James Almer <jamrial@gmail.com> | 2020-04-09 20:02:04 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2020-05-22 11:16:40 -0300 |
commit | 1e8ed181e389dbc82b4b29afbee44a63dc76ce10 (patch) | |
tree | 1db863b4f4b780751be8d4990d502aa7e4f9a47a /tests | |
parent | bdd6aa25c1f413c66053537e0f98741a8b40f5dd (diff) | |
download | ffmpeg-1e8ed181e389dbc82b4b29afbee44a63dc76ce10.tar.gz |
avcodec/bsf: mention that av_bsf_send_packet() returning EAGAIN is not an error
EAGAIN is returned when input is provided but can't be consumed. The filtering
process is unaffected in this case, and the function will be able to consume
new input after retrieving filtered packets with av_bsf_receive_packet().
Remove the line about empty packets never failing added in
41b05b849f215b03eeb9e3608571ba47de64182a while at it. Even if it's currently
the case, it unnecessarily constrains the API and could be changed in the future
in case it needs to be extended.
The user should always check for errors and never expect a call to never fail.
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions