Update of /cvsroot/xine/xine-lib/src/xine-engine
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26842

Modified Files:
        buffer.h 
Log Message:
Fix obvious typos.


Index: buffer.h
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/xine-engine/buffer.h,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- buffer.h    26 Sep 2006 05:19:48 -0000      1.158
+++ buffer.h    14 Nov 2006 14:11:59 -0000      1.159
@@ -616,10 +616,10 @@
 /* return codec name given BUF_VIDEO_xxx */
 char * _x_buf_video_name( uint32_t buf_type ) XINE_PROTECTED;
 
-/* return BUF_VIDEO_xxx given the formattag */
+/* return BUF_AUDIO_xxx given the formattag */
 uint32_t _x_formattag_to_buf_audio( uint32_t formattag ) XINE_PROTECTED;
 
-/* return codec name given BUF_VIDEO_xxx */
+/* return codec name given BUF_AUDIO_xxx */
 char * _x_buf_audio_name( uint32_t buf_type ) XINE_PROTECTED;
 
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to