1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-14 13:25:05 +02:00

ff_frame_rate_tab is now declared in mpegvideo.h

Originally committed as revision 8904 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-05-05 18:32:19 +00:00
parent 20c11e4cee
commit 4c5ea91ca8

View File

@ -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);