Commit f2513b5b authored by aurel's avatar aurel

ff_frame_rate_tab is now declared in mpegvideo.h

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8904 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d55790f3
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment