[FFmpeg-cvslog] r8904 - trunk/libavcodec/cavs.c
aurel
subversion
Sat May 5 20:32:19 CEST 2007
Author: aurel
Date: Sat May 5 20:32:19 2007
New Revision: 8904
Log:
ff_frame_rate_tab is now declared in mpegvideo.h
Modified:
trunk/libavcodec/cavs.c
Modified: trunk/libavcodec/cavs.c
==============================================================================
--- trunk/libavcodec/cavs.c (original)
+++ trunk/libavcodec/cavs.c Sat May 5 20:32:19 2007
@@ -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);
More information about the ffmpeg-cvslog
mailing list