mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-13 16:40:27 +00:00
avcodec/nvenc: removed unused and deprecated field
This commit is contained in:
parent
e0c8e517b6
commit
1bf86ee907
@ -1482,7 +1482,6 @@ static av_cold int nvenc_alloc_surface(AVCodecContext *avctx, int idx)
|
||||
}
|
||||
|
||||
ctx->surfaces[idx].output_surface = allocOut.bitstreamBuffer;
|
||||
ctx->surfaces[idx].size = allocOut.size;
|
||||
|
||||
av_fifo_generic_write(ctx->unused_surface_queue, &tmp_surface, sizeof(tmp_surface), NULL);
|
||||
|
||||
|
@ -81,7 +81,6 @@ typedef struct NvencSurface
|
||||
|
||||
NV_ENC_OUTPUT_PTR output_surface;
|
||||
NV_ENC_BUFFER_FORMAT format;
|
||||
int size;
|
||||
} NvencSurface;
|
||||
|
||||
typedef struct NvencDynLoadFunctions
|
||||
|
Loading…
x
Reference in New Issue
Block a user