mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 01:20:40 +01:00
fix: Rename FFmpeg to FF for sdk release request
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: Ia78a214cd5544e6d7ad14c19201d5cb53138c6d5
This commit is contained in:
parent
a91e70bd23
commit
32767f39fb
3 changed files with 3 additions and 3 deletions
|
|
@ -118,7 +118,7 @@ enum {
|
|||
|
||||
|
||||
// The main colour configuration information uses the same ISO/IEC 23001-8
|
||||
// (H.273) enums as FFmpeg does, so separate definitions are not required.
|
||||
// (H.273) enums as FF does, so separate definitions are not required.
|
||||
|
||||
// Chroma sample position.
|
||||
enum {
|
||||
|
|
|
|||
|
|
@ -297,7 +297,7 @@ static int av1d_fill_picparams(Av1CodecContext *ctx, DXVA_PicParams_AV1 *pp)
|
|||
pp->tile_cols_log2 = frame_header->tile_cols_log2;
|
||||
pp->tile_rows_log2 = frame_header->tile_rows_log2;
|
||||
// XXX: Setting the StatusReportFeedbackNumber breaks decoding on some drivers (tested on NVIDIA 457.09)
|
||||
// Status Reporting is not used by FFmpeg, hence not providing a number does not cause any issues
|
||||
// Status Reporting is not used by FF, hence not providing a number does not cause any issues
|
||||
//pp->StatusReportFeedbackNumber = 1 + DXVA_CONTEXT_REPORT_ID(avctx, ctx)++;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -192,7 +192,7 @@ void fill_picparams(H264dVideoCtx_t *p_Vid, DXVA_PicParams_H264_MVC *pp)
|
|||
pp->deblocking_filter_control_present_flag = p_Vid->active_pps->deblocking_filter_control_present_flag;
|
||||
pp->redundant_pic_cnt_present_flag = p_Vid->active_pps->redundant_pic_cnt_present_flag;
|
||||
pp->Reserved8BitsB = 0;
|
||||
/* FMO is not implemented and is not implemented by FFmpeg neither */
|
||||
/* FMO is not implemented and is not implemented by FF neither */
|
||||
pp->slice_group_change_rate_minus1 = 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue