summaryrefslogtreecommitdiff
path: root/libavcodec/h261enc.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-02 22:00:01 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-10-06 15:00:21 +0200
commit4e26bd7ad72daf707afa664076be56e40d548fb5 (patch)
treeb9cb62a05d3bf5e57b7287a69d0c60857b2fd3f1 /libavcodec/h261enc.h
parentd74ca6fdb4255ef8009355ebf6acbd0629047009 (diff)
avcodec/h261enc: Store the H.261 format value
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h261enc.h')
-rw-r--r--libavcodec/h261enc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h261enc.h b/libavcodec/h261enc.h
index 088cd9f4e0..102e994494 100644
--- a/libavcodec/h261enc.h
+++ b/libavcodec/h261enc.h
@@ -30,7 +30,6 @@
#include "mpegvideo.h"
-int ff_h261_get_picture_format(int width, int height);
void ff_h261_reorder_mb_index(MpegEncContext *s);
void ff_h261_encode_mb(MpegEncContext *s, int16_t block[6][64],
int motion_x, int motion_y);