Changeset a6b1e3a72 in mythtv
- Timestamp:
- Feb 29, 2012, 8:51:47 PM (12 years ago)
- Branches:
- devel/2020-player, devel/ffmpeg-resync, devel/gpu-commflag, fixes/0.25, fixes/0.26, fixes/0.27, fixes/0.28, fixes/29, fixes/30, fixes/31, github-templates, master
- Children:
- 4a2420ed1
- Parents:
- 97da8c8a0
- git-author:
- Jim Stichnoth <jstichnoth@…> (02/29/12 20:51:47)
- git-committer:
- Jim Stichnoth <jstichnoth@…> (02/29/12 20:58:33)
- File:
-
- 1 edited
-
mythtv/libs/libmythtv/mythplayer.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mythtv/libs/libmythtv/mythplayer.cpp
r97da8c8a0 ra6b1e3a72 3976 3976 if (right) 3977 3977 { 3978 #if 0 3979 // 2012-02-29. This logic doesn't seem to make sense for 3980 // the current code. Clean it out later if no one raises 3981 // an issue with the replacement code. Refs #10389. 3982 3978 3983 // editKeyFrameDist is a workaround for when keyframe distance 3979 3984 // is set to one, and keyframe detection is disabled because … … 3982 3987 3983 3988 DoFastForward((long long)(editKeyFrameDist * 1.1), true, false); 3989 #endif // 0 3990 DoFastForward(2, true, false); 3984 3991 } 3985 3992 else
Note: See TracChangeset
for help on using the changeset viewer.
