avcodec/container_fifo: add missing stddef.h include

Fixes make checkheaders

Signed-off-by: James Almer <jamrial@gmail.com>
release/7.1
James Almer 4 months ago
parent a754ee0844
commit 9d15fe77e3
  1. 2
      libavcodec/container_fifo.h

@ -19,6 +19,8 @@
#ifndef AVCODEC_CONTAINER_FIFO_H
#define AVCODEC_CONTAINER_FIFO_H
#include <stddef.h>
/**
* ContainerFifo is a FIFO for "containers" - dynamically allocated reusable
* structs (e.g. AVFrame or AVPacket). ContainerFifo uses an internal pool of

Loading…
Cancel
Save