You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/internal: Move ff_thread_can_start_frame() to threadframe.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -226,8 +226,6 @@ int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags);
|
|||||||
*/
|
*/
|
||||||
int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame, int flags);
|
int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame, int flags);
|
||||||
|
|
||||||
int ff_thread_can_start_frame(AVCodecContext *avctx);
|
|
||||||
|
|
||||||
int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx);
|
int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx);
|
||||||
|
|
||||||
int avpriv_codec_get_cap_skip_frame_fill_param(const AVCodec *codec);
|
int avpriv_codec_get_cap_skip_frame_fill_param(const AVCodec *codec);
|
||||||
|
@@ -84,4 +84,6 @@ void ff_thread_release_ext_buffer(AVCodecContext *avctx, ThreadFrame *f);
|
|||||||
|
|
||||||
int ff_thread_ref_frame(ThreadFrame *dst, const ThreadFrame *src);
|
int ff_thread_ref_frame(ThreadFrame *dst, const ThreadFrame *src);
|
||||||
|
|
||||||
|
int ff_thread_can_start_frame(AVCodecContext *avctx);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user