[FFmpeg-devel] [PATCH] avfilter/f_cue: use internal fifo for queueing frames

Nicolas George george at nsup.org
Sun Sep 30 19:42:07 EEST 2018


Marton Balint (2018-09-30):
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---
>  libavfilter/f_cue.c | 90 +++++++++++++++++++----------------------------------
>  1 file changed, 32 insertions(+), 58 deletions(-)
> 
> diff --git a/libavfilter/f_cue.c b/libavfilter/f_cue.c
> index 732b5e218a..b2fff050da 100644
> --- a/libavfilter/f_cue.c
> +++ b/libavfilter/f_cue.c
> @@ -18,11 +18,13 @@
>   * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
>   */
>  
> +#define FF_INTERNAL_FIELDS 1
> +#include "framequeue.h"

No.

I think I already told you: use the API in filters.h, the various
ff_inlink_* functions, rather than accessing the queue directly. Better
abstraction, less maintenance later.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180930/c1deb939/attachment.sig>


More information about the ffmpeg-devel mailing list