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/r3d.c | |
parent | 7b486ab13bfcfa88a7cd92586de50e49966ec292 (diff) | |
download | ffmpeg-85a5bc054c1290699ccbf5799ba6c4e2fbcc3530.tar.gz |
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Diffstat (limited to 'libavformat/r3d.c')
-rw-r--r-- | libavformat/r3d.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/r3d.c b/libavformat/r3d.c index a4cb20add2..9745b3902a 100644 --- a/libavformat/r3d.c +++ b/libavformat/r3d.c @@ -88,9 +88,6 @@ static int r3d_read_red1(AVFormatContext *s) framerate.num = avio_rb16(s->pb); framerate.den = avio_rb16(s->pb); if (framerate.num && framerate.den) { -#if FF_API_R_FRAME_RATE - st->r_frame_rate = -#endif st->avg_frame_rate = framerate; } |