Re: [FFmpeg-devel] [PATCH 1/3] avcodec/libxavs: Use frame_num instead of frame_number

2023-03-13 Thread Marton Balint
On Sun, 12 Mar 2023, Andreas Rheinhardt wrote: Forgotten in 6b6f7db81932f94876ff4bcfd2da0582b8ab897e. This and the next similar patch in the series LGTM. Thanks, Marton Signed-off-by: Andreas Rheinhardt --- libavcodec/libxavs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[FFmpeg-devel] [PATCH 1/3] avcodec/libxavs: Use frame_num instead of frame_number

2023-03-12 Thread Andreas Rheinhardt
Forgotten in 6b6f7db81932f94876ff4bcfd2da0582b8ab897e. Signed-off-by: Andreas Rheinhardt --- libavcodec/libxavs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libxavs.c b/libavcodec/libxavs.c index 9ed73d1042..6c29539f24 100644 --- a/libavcodec/libxavs.c +++ b/l