Remove unused TimedAudioBuffers.
authorCarl Hetherington <cth@carlh.net>
Sat, 17 Jan 2015 01:48:53 +0000 (01:48 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 17 Jan 2015 01:48:53 +0000 (01:48 +0000)
src/lib/types.h

index c069944fe35a07fba6236d7f4787134adc6bb519..f554c4dd9ad1f72dc0094fb625eed35c116e0aad 100644 (file)
@@ -57,22 +57,6 @@ typedef std::vector<boost::shared_ptr<FFmpegContent> > FFmpegContentList;
 typedef int64_t VideoFrame;
 typedef int64_t AudioFrame;
 
-/* XXX -> DCPAudio */
-struct TimedAudioBuffers
-{
-       TimedAudioBuffers ()
-               : time (0)
-       {}
-       
-       TimedAudioBuffers (boost::shared_ptr<AudioBuffers> a, DCPTime t)
-               : audio (a)
-               , time (t)
-       {}
-       
-       boost::shared_ptr<AudioBuffers> audio;
-       DCPTime time;
-};
-
 enum VideoFrameType
 {
        VIDEO_FRAME_TYPE_2D,