Use an optional<> where there should be one.
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Aug 2016 13:30:21 +0000 (14:30 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Aug 2016 13:30:21 +0000 (14:30 +0100)
commit34f2b95c1638a2cfedf21de5a203d6c0b77abf11
treebd78b7dbca7d975a89ef9628f6d4b2fd783a39f1
parent81ed0ebb725a7b5fec00ae209ba8b0d70ebc4ee1
Use an optional<> where there should be one.
14 files changed:
examples/read_dcp.cc
src/asset.cc
src/asset.h
src/interop_subtitle_asset.cc
src/mono_picture_asset.cc
src/mono_picture_asset_reader.cc
src/picture_asset_writer_common.cc
src/reel_asset.cc
src/smpte_subtitle_asset.cc
src/sound_asset.cc
src/sound_asset_reader.cc
src/stereo_picture_asset.cc
src/stereo_picture_asset_reader.cc
test/rewrite_subs.cc