mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/tests/avcodec: Remove unnecessary internal.h inclusion
Forgotten in a688f3c13c
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
686156f366
commit
46a5b9e2c0
|
@ -20,7 +20,6 @@
|
||||||
#include "libavcodec/codec.h"
|
#include "libavcodec/codec.h"
|
||||||
#include "libavcodec/codec_desc.h"
|
#include "libavcodec/codec_desc.h"
|
||||||
#include "libavcodec/codec_internal.h"
|
#include "libavcodec/codec_internal.h"
|
||||||
#include "libavcodec/internal.h"
|
|
||||||
|
|
||||||
static const char *get_type_string(enum AVMediaType type)
|
static const char *get_type_string(enum AVMediaType type)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue