changeset 4918:f77445d40161 libavcodec

ff_frame_rate_tab is now declared in mpegvideo.h
author aurel
date Sat, 05 May 2007 18:32:19 +0000
parents 6c457e692336
children 983533ccc393
files cavs.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cavs.c	Sat May 05 18:31:34 2007 +0000
+++ b/cavs.c	Sat May 05 18:32:19 2007 +0000
@@ -1292,7 +1292,6 @@
 
 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);