Comment 14 for bug 242572

Revision history for this message
Fabrice Coutadeur (fabricesp) wrote : Re: Upgrade wxsvg package to b11

The new functionality of this library is to define the type StreamType in mediadec_ffmepg.h:
enum StreamType {
 stUNKNOWN = 0,
 stVIDEO,
 stAUDIO,
 stSUBTITLE
};

and declare new method wxFfmpegMediaDecoder:GetStreamType to get that StreamType.

Not a big change.