mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
avcodec/container_fifo: add missing stddef.h include
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
a754ee0844
commit
9d15fe77e3
@ -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…
Reference in New Issue
Block a user