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

2019-10-14 Thread hwren
Sorry, these patches were sent by accident, the changes will be in the new version. Huiwen Ren At 2019-10-14 21:15:33, "hwren" wrote: >Remove deprecated parameter FrameRate (frame rate code) and use fps (frame >rate) instead. >Avoid encoder warnings. > >Signed-off-by: hwren >--- >

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

2019-10-14 Thread hwren
Remove deprecated parameter FrameRate (frame rate code) and use fps (frame rate) instead. Avoid encoder warnings. Signed-off-by: hwren --- libavcodec/libxavs2.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index