mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
avcodec/decode: move the ff_decode_frame_props() prototype to the proper header
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -64,6 +64,11 @@ typedef struct FrameDecodeData {
|
||||
*/
|
||||
int ff_decode_get_packet(AVCodecContext *avctx, AVPacket *pkt);
|
||||
|
||||
/**
|
||||
* Set various frame properties from the codec context / packet data.
|
||||
*/
|
||||
int ff_decode_frame_props(AVCodecContext *avctx, AVFrame *frame);
|
||||
|
||||
/**
|
||||
* Called during avcodec_open2() to initialize avctx->internal->bsf.
|
||||
* The bsf should be freed with av_bsf_free().
|
||||
|
||||
Reference in New Issue
Block a user