Add VideoFrame class.
authorCarl Hetherington <cth@carlh.net>
Tue, 14 Jun 2016 10:48:37 +0000 (11:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 14 Jun 2016 10:48:37 +0000 (11:48 +0100)
commit4b7b0edb359ae68f2dbcab90c7c10382f507fa5b
tree2cf52d224651f1f0fb1b4fd0d542acf8b77835eb
parent3d6501346b187f35d0f55d16e13f8817f505a82f
Add VideoFrame class.

This puts a frame index with an Eyes, which simplifies code in
some areas.  I can't think of a better name for it,
unfortunately.
src/lib/content_video.h
src/lib/player.cc
src/lib/video_decoder.cc
src/lib/video_decoder.h
src/lib/video_frame.cc [new file with mode: 0644]
src/lib/video_frame.h [new file with mode: 0644]
src/lib/wscript
test/ffmpeg_decoder_seek_test.cc
test/ffmpeg_decoder_sequential_test.cc
test/seek_zero_test.cc
test/video_decoder_fill_test.cc