summaryrefslogtreecommitdiff
path: root/libavcodec/h261.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-01 06:39:35 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 15:19:43 +0100
commit8401b9460279df657dead86e1fecd71eb4efd7fc (patch)
treeba0bed22d504e6ce75e701832876734075f87cc3 /libavcodec/h261.h
parentd5e87df9029b5b14da95d48d5ffa63f58d2cc527 (diff)
downloadffmpeg-8401b9460279df657dead86e1fecd71eb4efd7fc.tar.gz
avcodec/h261: Move encoder-only stuff to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/h261.h')
-rw-r--r--libavcodec/h261.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/h261.h b/libavcodec/h261.h
index ff1903e508..67c362be93 100644
--- a/libavcodec/h261.h
+++ b/libavcodec/h261.h
@@ -51,11 +51,4 @@ extern RLTable ff_h261_rl_tcoeff;
void ff_h261_loop_filter(MpegEncContext *s);
-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);
-void ff_h261_encode_picture_header(MpegEncContext *s, int picture_number);
-void ff_h261_encode_init(MpegEncContext *s);
-
#endif /* AVCODEC_H261_H */