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
/
rmdec.c
diff --git
a/libavformat/rmdec.c
b/libavformat/rmdec.c
index
7746740
..
3dafa39
100644
(file)
--- a/
libavformat/rmdec.c
+++ b/
libavformat/rmdec.c
@@
-333,9
+333,6
@@
ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVIOContext *pb,
av_reduce(&st->avg_frame_rate.den, &st->avg_frame_rate.num,
0x10000, fps, (1 << 30) - 1);
-#if FF_API_R_FRAME_RATE
- st->r_frame_rate = st->avg_frame_rate;
-#endif
}
skip: