embarassing typo

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12858 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-07-19 23:11:06 +00:00
parent 5af323e1bb
commit 7fe7f31e82
3 changed files with 4 additions and 4 deletions

View File

@ -103,7 +103,7 @@ uint32_t num_frames;
#define IMGFMT_YUVP 0x50565559
#define IMGFMT_UYVP 0x50565955
/* Compressed Formats. Mplayer's extensions!!! */
/* Compressed Formats. MPlayer's extensions!!! */
#define IMGFMT_MPEGPES (('M'<<24)|('P'<<16)|('E'<<8)|('S'))
@ -114,4 +114,4 @@ uint32_t num_frames;
#define MGA_VID_VERSION 0x0201
#endif
#endif

View File

@ -1,5 +1,5 @@
/*
* vo_jpeg.c, JPEG Renderer for Mplayer
* vo_jpeg.c, JPEG Renderer for MPlayer
*
* Copyright 2002 by Pontscho (pontscho@makacs.poliod.hu)
* 25/04/2003: Spring cleanup -- alex

View File

@ -1,5 +1,5 @@
/*
* vo_png.c, Portable Network Graphics Renderer for Mplayer
* vo_png.c, Portable Network Graphics Renderer for MPlayer
*
* Copyright 2001 by Felix Buenemann <atmosfear@users.sourceforge.net>
*