Re: [FFmpeg-devel] [PATCH 1/2] nvenc: factor context push/pop into functions

2017-11-12 Thread Timo Rothenpieler
Am 12.11.2017 um 10:30 schrieb Hendrik Leppkes: This reduces code repetition, and will allow adding further push/pop refinement for D3D11 devices in future commits. --- libavcodec/nvenc.c | 171 - 1 file changed, 76 insertions(+), 95 deletion

[FFmpeg-devel] [PATCH 1/2] nvenc: factor context push/pop into functions

2017-11-12 Thread Hendrik Leppkes
This reduces code repetition, and will allow adding further push/pop refinement for D3D11 devices in future commits. --- libavcodec/nvenc.c | 171 - 1 file changed, 76 insertions(+), 95 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/n