summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-10 21:39:18 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-10 21:39:18 +0000
commit17f9254f68fabfe5d8136d256b69a65fc58724ee (patch)
tree238ea1950efc6c83aa9e1fda0db0598652855a5e /ChangeLog
parent54fd4b7a1cce851b528df6741d2cf7a3291135fe (diff)
Use av_guess_frame_rate rather than av_stream_get_r_frame_rate;
helps with #1030. I hope this isn't a bad idea; this commit should be reverted if there any hints of misread video frame rates.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cbc2b58d..ee13dcf41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2018-02-10 Carl Hetherington <cth@carlh.net>
+ * Use a different way of getting frame rate from video content; may
+ fix #1030.
+
* Version 2.11.53 released.
2018-02-09 Carl Hetherington <cth@carlh.net>