mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-24 16:00:02 +01:00
Merge commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24'
* commit 'b46a77f19ddc4b2b5fa3187835ceb602a5244e24':
lavc: external hardware frame pool initialization
Includes the fix from e724bdfffb
Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -53,8 +53,6 @@ typedef struct VAAPIDecodePicture {
|
||||
} VAAPIDecodePicture;
|
||||
|
||||
typedef struct VAAPIDecodeContext {
|
||||
VAProfile va_profile;
|
||||
VAEntrypoint va_entrypoint;
|
||||
VAConfigID va_config;
|
||||
VAContextID va_context;
|
||||
|
||||
@@ -98,4 +96,7 @@ int ff_vaapi_decode_cancel(AVCodecContext *avctx,
|
||||
int ff_vaapi_decode_init(AVCodecContext *avctx);
|
||||
int ff_vaapi_decode_uninit(AVCodecContext *avctx);
|
||||
|
||||
int ff_vaapi_common_frame_params(AVCodecContext *avctx,
|
||||
AVBufferRef *hw_frames_ctx);
|
||||
|
||||
#endif /* AVCODEC_VAAPI_DECODE_H */
|
||||
|
||||
Reference in New Issue
Block a user