diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-11 18:23:50 +0100 |
commit | 85a5bc054c1290699ccbf5799ba6c4e2fbcc3530 (patch) | |
tree | 63f34e340221524d630668a3040b874a01e40212 /libavformat/electronicarts.c | |
parent | 7b486ab13bfcfa88a7cd92586de50e49966ec292 (diff) | |
download | ffmpeg-85a5bc054c1290699ccbf5799ba6c4e2fbcc3530.tar.gz |
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Diffstat (limited to 'libavformat/electronicarts.c')
-rw-r--r-- | libavformat/electronicarts.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c index ae2fda079f..8f595dfb6e 100644 --- a/libavformat/electronicarts.c +++ b/libavformat/electronicarts.c @@ -432,9 +432,6 @@ static int ea_read_header(AVFormatContext *s) st->codec->width = ea->width; st->codec->height = ea->height; avpriv_set_pts_info(st, 33, ea->time_base.num, ea->time_base.den); -#if FF_API_R_FRAME_RATE - st->r_frame_rate = -#endif st->avg_frame_rate = (AVRational){ea->time_base.den, ea->time_base.num}; } |