[FFmpeg-devel] [PATCH v3] Added Turing codec interface for ffmpeg
Matteo Naccari
Matteo.Naccari at bbc.co.uk
Wed Dec 14 19:16:06 EET 2016
> > It has. It points to the position in the options buffer which is going to be
> filled with the command line being parsed. So it's not redundant.
>
> Then what does buffer_filled do?
It keeps track on the number of characters written in the options buffer so far. I appreciate this could have been computed on the fly by doing: option_ctx->s - option_ctx->options but I though the code would have been more readable this way.
More information about the ffmpeg-devel
mailing list