Re: [FFmpeg-devel] [PATCH 3/3] lavc/libxavs2: replace 'FrameRate' with 'fps'

2019-10-13 Thread Michael Niedermayer
On Sat, Oct 12, 2019 at 09:28:34AM +0800, hwren wrote: > From: hwrenx > > Remove deprecated paramete FrameRate (frame rate code) and use fps (frame > rate). > Avoid encoder warning. theres at least one spelling error in here (paramete) > > Signed-off-by: hwrenx > --- > libavcodec/libxavs2.

[FFmpeg-devel] [PATCH 3/3] lavc/libxavs2: replace 'FrameRate' with 'fps'

2019-10-11 Thread hwren
From: hwrenx Remove deprecated paramete FrameRate (frame rate code) and use fps (frame rate). Avoid encoder warning. Signed-off-by: hwrenx --- libavcodec/libxavs2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 47ba74d