Quoting Andreas Rheinhardt (2022-01-24 15:46:16)
> @@ -323,7 +350,11 @@ int av_fifo_generic_read(AVFifoBuffer *f, void *dest, 
> int buf_size, void (*func)
>   * indicate no more data available to write.
>   * If func is NULL, src is interpreted as a simple byte array for source 
> data.
>   * @return the number of bytes written to the FIFO or a negative error code 
> on failure
> + *
> + * @deprecated use the new AVFifo-API with av_fifo_write() when func == NULL,
> + *             av_fifo_write_to_cb() otherwise

_from_cb


-- 
Anton Khirnov
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to