[xiph-commits] r7788 -
trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder
illiminable at motherfish-iii.xiph.org
illiminable at motherfish-iii.xiph.org
Sat Sep 18 08:56:28 PDT 2004
Author: illiminable
Date: 2004-09-18 08:56:27 -0700 (Sat, 18 Sep 2004)
New Revision: 7788
Modified:
trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.cpp
trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.h
Log:
* Skeleton of addition of AYUV to YV12 conversion.
Modified: trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.cpp
===================================================================
--- trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.cpp 2004-09-18 14:50:25 UTC (rev 7787)
+++ trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.cpp 2004-09-18 15:56:27 UTC (rev 7788)
@@ -300,6 +300,10 @@
}
+long TheoraEncodeInputPin::encodeAYUVtoYV12(unsigned char* inBuf, long inNumBytes) {
+
+
+}
long TheoraEncodeInputPin::encodeYUY2ToYV12(unsigned char* inBuf, long inNumBytes) {
unsigned char* locSourceUptoPtr = inBuf; //View only... don't delete locUptoPtr
Modified: trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.h
===================================================================
--- trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.h 2004-09-18 14:50:25 UTC (rev 7787)
+++ trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraEncoder/TheoraEncodeInputPin.h 2004-09-18 15:56:27 UTC (rev 7788)
@@ -69,6 +69,7 @@
long encodeYV12ToYV12(unsigned char* inBuf, long inNumBytes);
long encodeYUY2ToYV12(unsigned char* inBuf, long inNumBytes);
+ long encodeAYUVtoYV12(unsigned char* inBuf, long inNumBytes);
//
// bool fillTheoraInfo(theora_info* outTheora, sTheoraFormatBlock* inTheoraFormatBlock);
//
More information about the commits
mailing list