Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: make transfer_fnc initialized for unsupport function

2019-08-11 Thread Rick Kern
On Sat, Aug 10, 2019 at 11:02 AM Limin Wang wrote: > > > ping the change! > Tests look good. Pushed. > > On Thu, Jul 18, 2019 at 06:59:35AM +0800, lance.lmw...@gmail.com wrote: > > From: Limin Wang > > > > The current function will report one error message, but the caller func > > haven't chec

Re: [FFmpeg-devel] [PATCH] lavc/videotoolboxenc: make transfer_fnc initialized for unsupport function

2019-08-10 Thread Limin Wang
ping the change! On Thu, Jul 18, 2019 at 06:59:35AM +0800, lance.lmw...@gmail.com wrote: > From: Limin Wang > > The current function will report one error message, but the caller func > haven't check it, so change the default to process as AVCOL_TRC_UNSPECIFIED. > > Signed-off-by: Limin Wang

[FFmpeg-devel] [PATCH] lavc/videotoolboxenc: make transfer_fnc initialized for unsupport function

2019-07-17 Thread lance . lmwang
From: Limin Wang The current function will report one error message, but the caller func haven't check it, so change the default to process as AVCOL_TRC_UNSPECIFIED. Signed-off-by: Limin Wang --- libavcodec/videotoolboxenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/video