diff options
Diffstat (limited to 'src/lib/video_mxf_decoder.cc')
| -rw-r--r-- | src/lib/video_mxf_decoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/video_mxf_decoder.cc b/src/lib/video_mxf_decoder.cc index dc4f8d60b..84aec869a 100644 --- a/src/lib/video_mxf_decoder.cc +++ b/src/lib/video_mxf_decoder.cc @@ -89,6 +89,7 @@ VideoMXFDecoder::pass (PassReason, bool) ); } + _position = _next; _next += ContentTime::from_frames (1, vfr); return false; } |
