summaryrefslogtreecommitdiff
path: root/libavformat/rawdec.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-23 08:20:12 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-11 18:23:50 +0100
commit85a5bc054c1290699ccbf5799ba6c4e2fbcc3530 (patch)
tree63f34e340221524d630668a3040b874a01e40212 /libavformat/rawdec.c
parent7b486ab13bfcfa88a7cd92586de50e49966ec292 (diff)
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Diffstat (limited to 'libavformat/rawdec.c')
-rw-r--r--libavformat/rawdec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/rawdec.c b/libavformat/rawdec.c
index 5e95d10efd..41e1700b8b 100644
--- a/libavformat/rawdec.c
+++ b/libavformat/rawdec.c
@@ -92,9 +92,6 @@ int ff_raw_video_read_header(AVFormatContext *s)
goto fail;
}
-#if FF_API_R_FRAME_RATE
- st->r_frame_rate =
-#endif
st->avg_frame_rate = framerate;
avpriv_set_pts_info(st, 64, framerate.den, framerate.num);