You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
@@ -1292,7 +1292,6 @@ static void init_top_lines(AVSContext *h) {
|
|||||||
|
|
||||||
static int decode_seq_header(AVSContext *h) {
|
static int decode_seq_header(AVSContext *h) {
|
||||||
MpegEncContext *s = &h->s;
|
MpegEncContext *s = &h->s;
|
||||||
extern const AVRational ff_frame_rate_tab[];
|
|
||||||
int frame_rate_code;
|
int frame_rate_code;
|
||||||
|
|
||||||
h->profile = get_bits(&s->gb,8);
|
h->profile = get_bits(&s->gb,8);
|
||||||
|
Reference in New Issue
Block a user