diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c
index f4f310a4064886f46d3957c74b70760f1a496703..27d1b57ef3e115049b382495dd500615f42f1200 100644
--- a/libavcodec/cavs.c
+++ b/libavcodec/cavs.c
@@ -1292,7 +1292,6 @@ static void init_top_lines(AVSContext *h) {
 
 static int decode_seq_header(AVSContext *h) {
     MpegEncContext *s = &h->s;
-    extern const AVRational ff_frame_rate_tab[];
     int frame_rate_code;
 
     h->profile =         get_bits(&s->gb,8);