diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2005-04-16 23:38:09 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2005-04-16 23:38:09 +0000 |
commit | 70a5c3f4818821a970e7caa1875ccfb8f6a551f5 (patch) | |
tree | cca75e0ab21c416cec41dddcf7844c3eb634a15d /src/xine-engine/buffer.h | |
parent | f1014c20bdc0aa2395bcc05371c859bfce30361d (diff) | |
download | xine-lib-70a5c3f4818821a970e7caa1875ccfb8f6a551f5.tar.gz xine-lib-70a5c3f4818821a970e7caa1875ccfb8f6a551f5.tar.bz2 |
- Add support for the MJPEG-B format fixes playback of aqt_480p_mjpb.mov
(kind of, our ffmpeg seems to be quite old, at least the right decoder
is being used)
- Changed the descriptions of some codecs, removed the redundant "video",
"codec" or "format" words
CVS patchset: 7459
CVS date: 2005/04/16 23:38:09
Diffstat (limited to 'src/xine-engine/buffer.h')
-rw-r--r-- | src/xine-engine/buffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 2d645c5fc..88045c2f9 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -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.h,v 1.146 2005/01/14 15:29:47 jstembridge Exp $ + * $Id: buffer.h,v 1.147 2005/04/16 23:38:09 hadess Exp $ * * * contents: @@ -168,6 +168,7 @@ extern "C" { #define BUF_VIDEO_BITPLANE_BR1 0x024B0000 /* the same with Bytrun compression 1 */ #define BUF_VIDEO_FLV1 0x024C0000 #define BUF_VIDEO_H264 0x024D0000 +#define BUF_VIDEO_MJPEG_B 0x024E0000 /* audio buffer types: (please keep in sync with buffer_types.c) */ |