diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-24 21:28:16 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-27 14:14:56 +0200 |
commit | 66b691f99f77ebb59d5c192aab4eefec4d200be8 (patch) | |
tree | ed008b92aa702300b16757f05d90dec0b09aab79 /libavcodec/scpr3.c | |
parent | e2c24e6a299b7e0e5387bdc50c11d16857b950a0 (diff) | |
download | ffmpeg-66b691f99f77ebb59d5c192aab4eefec4d200be8.tar.gz |
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>
Diffstat (limited to 'libavcodec/scpr3.c')
-rw-r--r-- | libavcodec/scpr3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/scpr3.c b/libavcodec/scpr3.c index 78c58889cb..d9ea6af1c1 100644 --- a/libavcodec/scpr3.c +++ b/libavcodec/scpr3.c @@ -28,7 +28,6 @@ #include "avcodec.h" #include "bytestream.h" -#include "internal.h" #include "scpr.h" static void renew_table3(uint32_t nsym, uint32_t *cntsum, |