Blender Git Loki
Git Commits -> Revision 2abb09a
Revision 2abb09a by Sebastian Parborg (temp-attribute-processor) June 7, 2021, 14:59 (GMT) |
FFmpeg: Fix seeking not returning the correct frame when not using TC index Fixed the logic for seeking in ffmpeg video files. The main fix is that we now apply a small offset in ffmpeg_get_seek_pos to make sure we don't get the frame in front of the seek position when seeking backward. The rest of the changes is general cleanup and untangling code. Reviewed By: Richard Antalik Differential Revision: https://developer.blender.org/D11492 |
Commit Details:
Full Hash: 2abb09aa2bc9672c4af7632695b346526df0c487
Parent Commit: a371d4b
Committed By: Jacques Lucke
Lines Changed: +195, -192
8 Modified Paths:
/release/scripts/startup/bl_ui/space_sequencer.py (+0, -1) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+0, -2) (Diff)
/source/blender/imbuf/intern/anim_movie.c (+189, -171) (Diff)
/source/blender/imbuf/intern/IMB_anim.h (+5, -6) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+0, -6) (Diff)
/source/blender/sequencer/intern/render.c (+0, -2) (Diff)
/source/blender/sequencer/intern/strip_add.c (+0, -3) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+0, -2) (Diff)
/source/blender/imbuf/intern/anim_movie.c (+189, -171) (Diff)
/source/blender/imbuf/intern/IMB_anim.h (+5, -6) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+0, -6) (Diff)
/source/blender/sequencer/intern/render.c (+0, -2) (Diff)
/source/blender/sequencer/intern/strip_add.c (+0, -3) (Diff)