diff libmpcodecs/img_format.h @ 23423:6b18c979dd45

mjpeg support for v4l2 tv:// driver
author voroshil
date Fri, 01 Jun 2007 17:29:35 +0000
parents 5e767cabf4cd
children 3f0d00abc073
line wrap: on
line diff
--- a/libmpcodecs/img_format.h	Thu May 31 17:49:51 2007 +0000
+++ b/libmpcodecs/img_format.h	Fri Jun 01 17:29:35 2007 +0000
@@ -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'))