Try to tidy up frame indexing; use DCP length obtained from the transcode to make...
authorCarl Hetherington <cth@carlh.net>
Thu, 17 Jan 2013 21:30:16 +0000 (21:30 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 17 Jan 2013 21:30:16 +0000 (21:30 +0000)
commit39c65e47432c76a4e34aaea5317bd7362409aed0
tree5bacc1d631de0a2b7f0aa492ddaf05a65e06d97c
parent3882d34aed9dee417ceed93bf0bf5372b3970ff6
Try to tidy up frame indexing; use DCP length obtained from the transcode to make the DCP.
30 files changed:
src/lib/check_hashes_job.cc
src/lib/dcp_video_frame.cc
src/lib/dcp_video_frame.h
src/lib/encoder.cc
src/lib/encoder.h
src/lib/ffmpeg_decoder.cc
src/lib/ffmpeg_decoder.h
src/lib/film.cc
src/lib/film.h
src/lib/filter_graph.cc
src/lib/filter_graph.h
src/lib/format.cc
src/lib/format.h
src/lib/image.cc
src/lib/image.h
src/lib/imagemagick_decoder.cc
src/lib/imagemagick_decoder.h
src/lib/make_dcp_job.cc
src/lib/matcher.h
src/lib/server.cc
src/lib/subtitle.cc
src/lib/transcode_job.cc
src/lib/util.cc
src/lib/util.h
src/lib/video_decoder.h
src/wx/film_editor.cc
src/wx/film_viewer.cc
src/wx/properties_dialog.cc
test/metadata.ref
test/test.cc