From ae35d91d44c5e676af3d146bf8d05b241c467675 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 3 Apr 2013 18:52:30 +0200 Subject: h261: Move ff_h261_rl_table_store declaration to header file --- libavcodec/h261.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/h261.h') diff --git a/libavcodec/h261.h b/libavcodec/h261.h index 6461329343..21734a5e7d 100644 --- a/libavcodec/h261.h +++ b/libavcodec/h261.h @@ -48,4 +48,6 @@ typedef struct H261Context{ #define MB_TYPE_H261_FIL 0x800000 +extern uint8_t ff_h261_rl_table_store[2][2*MAX_RUN + MAX_LEVEL + 3]; + #endif /* AVCODEC_H261_H */ -- cgit v1.2.3