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

@ -36,6 +36,7 @@
#include "avcodec.h"
#include "codec.h"
#include "codec_internal.h"
#include "decode.h"
#include "hwconfig.h"
#include "thread.h"
#include "threadframe.h"