1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-30 22:24:04 +02:00

avcodec/internal: Move ff_get_format() to decode.h

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2022-08-24 19:54:25 +02:00
parent 6be4b534ce
commit 17e23aed41
8 changed files with 19 additions and 13 deletions

View File

@ -29,6 +29,7 @@
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "hwconfig.h"
#include "internal.h"
#include "pthread_internal.h"