Marton Balint (2018-09-30):
> Signed-off-by: Marton Balint <c...@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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to