From 20429ba96e55db17ac57f6c0e330914287f1f614 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 5 Apr 2013 23:43:31 +0200 Subject: h261: Move encoder/decoder shared table init to common code --- libavcodec/h261.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h261.h') diff --git a/libavcodec/h261.h b/libavcodec/h261.h index a1a0a415bb..ad7e28bb64 100644 --- a/libavcodec/h261.h +++ b/libavcodec/h261.h @@ -61,6 +61,7 @@ extern const uint8_t ff_h261_cbp_tab[63][2]; extern RLTable ff_h261_rl_tcoeff; void ff_h261_loop_filter(MpegEncContext *s); +void ff_h261_common_init(void); int ff_h261_get_picture_format(int width, int height); void ff_h261_reorder_mb_index(MpegEncContext *s); -- cgit v1.2.3