Bug 556455 - Remove liboggz, liboggplay, libfishsound from video decoder. r=doublec

This commit is contained in:
Chris Pearce
2010-04-27 20:53:48 +12:00
parent 49ffed5604
commit d053d15db8
177 changed files with 4 additions and 32620 deletions

View File

@@ -246,10 +246,8 @@ public:
/**
* This makes a copy of the data buffers.
* XXX Eventually we will change this to not make a copy of the data,
* but we can't do that until we have tighter control of nsOggDecoder's
* buffer management (i.e. not going through liboggplay). Right now
* it doesn't matter because the BasicLayer implementation does YCbCr
* conversion here anyway.
* Right now it doesn't matter because the BasicLayer implementation
* does YCbCr conversion here anyway.
*/
virtual void SetData(const Data& aData) = 0;