Skip to content

Commit

Permalink
Корректировка кастомного кода в ffmpeg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksoid1978 committed Feb 17, 2024
1 parent 5efaf7f commit beb476d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/ExtLib/ffmpeg/libavcodec/dxva2_hevc.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

struct hevc_dxva2_picture_context {
// ==> Start patch MPC
//DXVA_PicParams_HEVC pp;
DXVA_PicParams_HEVC_Rext pp;
// ==> End patch MPC
DXVA_Qmatrix_HEVC qm;
Expand Down
3 changes: 1 addition & 2 deletions src/ExtLib/ffmpeg/libavcodec/dxva2_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ void ff_dxva2_h264_fill_picture_parameters(const AVCodecContext *avctx, AVDXVACo
void ff_dxva2_h264_fill_scaling_lists(const AVCodecContext *avctx, AVDXVAContext *ctx, DXVA_Qmatrix_H264 *qm);

// ==> Start patch MPC
//void ff_dxva2_hevc_fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, DXVA_PicParams_HEVC *pp);
void ff_dxva2_hevc_fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, DXVA_PicParams_HEVC_Rext *ppext);
void ff_dxva2_hevc_fill_picture_parameters(const AVCodecContext *avctx, AVDXVAContext *ctx, /*DXVA_PicParams_HEVC *pp*/DXVA_PicParams_HEVC_Rext *ppext);
// ==> End patch MPC

void ff_dxva2_hevc_fill_scaling_lists(const AVCodecContext *avctx, AVDXVAContext *ctx, DXVA_Qmatrix_HEVC *qm);
Expand Down

0 comments on commit beb476d

Please sign in to comment.