mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-17 04:20:10 +01:00
avcodec/internal: Move ff_get_buffer() to decode.h
Only used by decoders (encoders have ff_encode_alloc_frame()). Also clean up the other headers a bit while removing now redundant internal.h inclusions. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
#include "avcodec.h"
|
||||
#include "libavutil/opt.h"
|
||||
#include "codec_internal.h"
|
||||
#include "decode.h"
|
||||
#include "encode.h"
|
||||
#include "internal.h"
|
||||
#include "codec2utils.h"
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user