[xiph-commits] r2992 - liboggplay/trunk/include/oggplay

shans at svn.annodex.net shans at svn.annodex.net
Mon Jun 18 08:07:53 PDT 2007


Author: shans
Date: 2007-06-18 08:07:53 -0700 (Mon, 18 Jun 2007)
New Revision: 2992

Modified:
   liboggplay/trunk/include/oggplay/oggplay_enums.h
Log:
Added thaytan's MASTAH error



Modified: liboggplay/trunk/include/oggplay/oggplay_enums.h
===================================================================
--- liboggplay/trunk/include/oggplay/oggplay_enums.h	2007-06-18 15:06:04 UTC (rev 2991)
+++ liboggplay/trunk/include/oggplay/oggplay_enums.h	2007-06-18 15:07:53 UTC (rev 2992)
@@ -60,7 +60,8 @@
   E_OGGPLAY_USER_INTERRUPT    = -15,
   E_OGGPLAY_SOCKET_ERROR      = -16,
   E_OGGPLAY_TIMEOUT           = -17,
-  E_OGGPLAY_CANT_SEEK         = -18
+  E_OGGPLAY_CANT_SEEK         = -18,
+  E_OGGPLAY_NOTCHICKENPAYBACK = -777
 } OggPlayErrorCode;
 
 typedef enum OggPlayDataType {



More information about the commits mailing list