summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-01 17:29:35 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-01 17:29:35 +0000
commitcc5ea363f8ee21648f822d5ac8238f97c271e0a0 (patch)
tree6370e4d766e06f5c2a78258c66a36e768d72f96d /libmpcodecs
parenteb5bf3b88e11054e30aaa34e713a4a61c167cc04 (diff)
downloadmpv-cc5ea363f8ee21648f822d5ac8238f97c271e0a0.tar.bz2
mpv-cc5ea363f8ee21648f822d5ac8238f97c271e0a0.tar.xz
mjpeg support for v4l2 tv:// driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23441 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/img_format.h1
1 files changed, 1 insertions, 0 deletions
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'))