diff avcodec.h @ 1266:ec946cb74397 libavcodec

Warning fixes.
author mellum
date Thu, 15 May 2003 01:34:47 +0000
parents 2fa34e615c76
children a979fab41ed8
line wrap: on
line diff
--- a/avcodec.h	Thu May 15 00:43:43 2003 +0000
+++ b/avcodec.h	Thu May 15 01:34:47 2003 +0000
@@ -314,7 +314,7 @@
      * type of the buffer (to keep track of who has to dealloc data[*])\
      * - encoding: set by the one who allocs it\
      * - decoding: set by the one who allocs it\
-     * Note: user allocated (direct rendering) & internal buffers can not coexist currently\ 
+     * Note: user allocated (direct rendering) & internal buffers can not coexist currently\
      */\
     int type;\
     \