summaryrefslogtreecommitdiff
path: root/libavcodec/h261enc.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/h261enc.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/h261enc.c')
-rw-r--r--libavcodec/h261enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c
index e8ea357cbb..9d6c9a055f 100644
--- a/libavcodec/h261enc.c
+++ b/libavcodec/h261enc.c
@@ -52,7 +52,7 @@ typedef struct H261EncContext {
} format;
} H261EncContext;
-void ff_h261_encode_picture_header(MpegEncContext *s, int picture_number)
+void ff_h261_encode_picture_header(MpegEncContext *s)
{
H261EncContext *const h = (H261EncContext *)s;
int temp_ref;