diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-10-26 14:10:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-10-28 13:53:23 +0100 |
commit | 04385218885935df99ec9f98ab73bb461775d28b (patch) | |
tree | 9c2a8aa91adcc977843d829c634dda63b9afd520 /libavcodec/internal.h | |
parent | dc1099442e2d772b440b0c37d465538a7fe5a684 (diff) | |
download | ffmpeg-04385218885935df99ec9f98ab73bb461775d28b.tar.gz |
lavc: un-avpriv avpriv_bprint_to_extradata()
It has not been used outside of lavc since 6f69f7a8bf6.
Also, move it to the only place where it is used.
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r-- | libavcodec/internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h index ce4dbbc2b9..17defb9b50 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -313,11 +313,6 @@ int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx); */ int ff_codec_open2_recursive(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options); -/** - * Finalize buf into extradata and set its size appropriately. - */ -int avpriv_bprint_to_extradata(AVCodecContext *avctx, struct AVBPrint *buf); - const uint8_t *avpriv_find_start_code(const uint8_t *p, const uint8_t *end, uint32_t *state); |