From cc5ea363f8ee21648f822d5ac8238f97c271e0a0 Mon Sep 17 00:00:00 2001 From: voroshil Date: Fri, 1 Jun 2007 17:29:35 +0000 Subject: mjpeg support for v4l2 tv:// driver git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23441 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/img_format.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libmpcodecs') diff --git a/libmpcodecs/img_format.h b/libmpcodecs/img_format.h index d40aa0259e..ffe923de7d 100644 --- a/libmpcodecs/img_format.h +++ b/libmpcodecs/img_format.h @@ -93,6 +93,7 @@ /* Compressed Formats */ #define IMGFMT_MPEGPES (('M'<<24)|('P'<<16)|('E'<<8)|('S')) +#define IMGFMT_MJPEG (('M')|('J'<<8)|('P'<<16)|('G'<<24)) /* Formats that are understood by zoran chips, we include * non-interlaced, interlaced top-first, interlaced bottom-first */ #define IMGFMT_ZRMJPEGNI (('Z'<<24)|('R'<<16)|('N'<<8)|('I')) -- cgit v1.2.3