Re: [FFmpeg-devel] Request for Technical committee action

2020-07-20 Thread Zachariah Brown
I'm just an independent observer who has submitted just a single trivial patch that decided to stay subscribed to this mailing list to keep up to date with what is happening. I have no bone in this game but I feel like something needs to be said. Let me just say that this entire thread does no

[FFmpeg-devel] [PATCH] avcodec/nvenc: Update the encoder to use the framerate (if available) in the codec context

2020-05-14 Thread Zachariah Brown
h the amf and qsv encoders already contain similar logic to first check the framerate before falling back to the timebase. Signed-off-by: Zachariah Brown --- libavcodec/nvenc.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c