Show
Ignore:
Timestamp:
03/04/09 17:03:28 (4 years ago)
Author:
robert
Message:

Removed boost reference and cleaned up debug output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp

    r9860 r9861  
    99#include "FFmpegPacket.hpp" 
    1010 
    11 #include <boost/shared_ptr.hpp> 
    1211#include <OpenThreads/Thread> 
    1312#include <vector> 
     
    8685    void findAspectRatio(); 
    8786    void publishFrame(double delay); 
    88     void swapBuffers(); 
    8987    double synchronizeVideo(double pts); 
    9088    void yuva420pToRgba(AVPicture *dst, const AVPicture *src, int width, int height);