modify a format problem in ff_api.h.

This commit is contained in:
fengbojiang 2024-08-28 11:46:13 +08:00
parent ff97268615
commit de1ee7feb8
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ int ff_route_ctl(enum FF_ROUTE_CTL req, enum FF_ROUTE_FLAG flag,
* The queue id that the packet will be dispatched to.
* @return FF_DISPATCH_ERROR (-1)
* Error occurs or packet is handled by user, packet will be freed.
* @return FF_DISPATCH_RESPONSE (-2)
* @return FF_DISPATCH_RESPONSE (-2)
* Packet is handled by user, packet will be responsed.
*
*/