comparison cavs.c @ 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 0d1cc37d9430
comparison
equal deleted inserted replaced
4917:6c457e692336 4918:f77445d40161
1290 h->block = av_mallocz(64*sizeof(DCTELEM)); 1290 h->block = av_mallocz(64*sizeof(DCTELEM));
1291 } 1291 }
1292 1292
1293 static int decode_seq_header(AVSContext *h) { 1293 static int decode_seq_header(AVSContext *h) {
1294 MpegEncContext *s = &h->s; 1294 MpegEncContext *s = &h->s;
1295 extern const AVRational ff_frame_rate_tab[];
1296 int frame_rate_code; 1295 int frame_rate_code;
1297 1296
1298 h->profile = get_bits(&s->gb,8); 1297 h->profile = get_bits(&s->gb,8);
1299 h->level = get_bits(&s->gb,8); 1298 h->level = get_bits(&s->gb,8);
1300 skip_bits1(&s->gb); //progressive sequence 1299 skip_bits1(&s->gb); //progressive sequence