it accepts the vo open function ptr in the constructor. this was done this way to make it more extensible, in case other video outputs would be added later.
To use: 1) load the file 2) set the attributes. format, demux, ... 3) then use get_section. the get section call will actualize initialize the helper class. its a one shot deal. once initialized, you are stuck with that roi. i could change this later, if it proves necessary.
this class works on both mpeg1 and mpeg2.
Definition in file vidl_vil1_mpegcodec.h.
#include <vidl_vil1/vidl_vil1_mpegcodec_helper.h>
#include <vidl_vil1/vidl_vil1_codec.h>
#include <vidl_vil1/vidl_vil1_codec_sptr.h>
Go to the source code of this file.
Classes | |
| class | vidl_vil1_mpegcodec |
| Allows user to load MPEG files as vxl video. More... | |
1.5.1