1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

avformat/codec2: remove surplus include 'memory.h' statement

on glibc memory.h drags in string.h, but codec2 does not use any
str* or mem* functions. additionally, memory.h is not part of the
C99 or POSIX standards.

Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
Peter Ross 2022-03-23 16:26:46 +11:00 committed by Marton Balint
parent ad063e6e10
commit 7f534d022e

View File

@ -21,7 +21,6 @@
#include "config_components.h"
#include <memory.h>
#include "libavcodec/codec2utils.h"
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"