summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2002-08-09 00:24:58 +0000
committerMike Melanson <mike@multimedia.cx>2002-08-09 00:24:58 +0000
commita2ed490a5af42e99157736c8c39b6bd3b42ea0b0 (patch)
tree74a510b1ab405b6083079fc4c7666b3f72457671 /src
parentd8b8fd9cd1d18fab65570c46c68ad9d04d36f1b9 (diff)
downloadxine-lib-a2ed490a5af42e99157736c8c39b6bd3b42ea0b0.tar.gz
xine-lib-a2ed490a5af42e99157736c8c39b6bd3b42ea0b0.tar.bz2
fixed JPEG buffer type
CVS patchset: 2407 CVS date: 2002/08/09 00:24:58
Diffstat (limited to 'src')
-rw-r--r--src/xine-engine/buffer_types.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c
index f1270de2b..43edba95a 100644
--- a/src/xine-engine/buffer_types.c
+++ b/src/xine-engine/buffer_types.c
@@ -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_types.c,v 1.36 2002/07/15 22:39:07 f1rmb Exp $
+ * $Id: buffer_types.c,v 1.37 2002/08/09 00:24:58 tmmm Exp $
*
*
* contents:
@@ -292,7 +292,7 @@ static video_db_t video_db[] = {
{
{
meFOURCC('j','p','e','g'),
- meFOURCC('j','f','i','f'),
+ meFOURCC('J','F','I','F'),
0
},
BUF_VIDEO_JPEG,