summaryrefslogtreecommitdiff
path: root/libavcodec/rv10enc.c
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2023-01-22 01:06:56 +0100
committerMarton Balint <cus@passwd.hu>2023-01-26 20:37:01 +0100
commit103617c93c583355474c59599533735d31dc7f9a (patch)
tree94736c20ec92d041ce9d984fd8761ea09a27ec33 /libavcodec/rv10enc.c
parent91c29cf9344855bf33bdcd6add2a61a88e468611 (diff)
downloadffmpeg-103617c93c583355474c59599533735d31dc7f9a.tar.gz
avcodec/mpegvideo_enc: remove picture_number parameter from encode functions
They are unused. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavcodec/rv10enc.c')
-rw-r--r--libavcodec/rv10enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv10enc.c b/libavcodec/rv10enc.c
index d0704c5a4b..7f7477ad7b 100644
--- a/libavcodec/rv10enc.c
+++ b/libavcodec/rv10enc.c
@@ -31,7 +31,7 @@
#include "put_bits.h"
#include "rv10enc.h"
-int ff_rv10_encode_picture_header(MpegEncContext *s, int picture_number)
+int ff_rv10_encode_picture_header(MpegEncContext *s)
{
int full_frame= 0;