diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-11-14 14:11:59 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-11-14 14:11:59 +0000 |
commit | ab50e2a48e608691dfc0df5b687eacfe0edc4c36 (patch) | |
tree | 1a0db73c05d1fe0a32541ca0e15f2c4aac98b101 | |
parent | f079a79f333ad044e36e97e18c1e8c6de4ecc077 (diff) | |
download | xine-lib-ab50e2a48e608691dfc0df5b687eacfe0edc4c36.tar.gz xine-lib-ab50e2a48e608691dfc0df5b687eacfe0edc4c36.tar.bz2 |
Fix obvious typos.
CVS patchset: 8376
CVS date: 2006/11/14 14:11:59
-rw-r--r-- | src/xine-engine/buffer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 87e366017..fa8d96388 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer.h,v 1.158 2006/09/26 05:19:48 dgp85 Exp $ + * $Id: buffer.h,v 1.159 2006/11/14 14:11:59 dgp85 Exp $ * * * contents: @@ -616,10 +616,10 @@ uint32_t _x_fourcc_to_buf_video( uint32_t fourcc_int ) XINE_PROTECTED; /* 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; |