git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavf: remove disabled FF_API_R_FRAME_RATE cruft
[ffmpeg.git]
/
libavformat
/
r3d.c
diff --git
a/libavformat/r3d.c
b/libavformat/r3d.c
index
a4cb20a
..
9745b39
100644
(file)
--- 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;
}