From 786d496914002e3a364c19fa11123fe950003676 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Mon, 15 Jul 2002 22:39:07 +0000 Subject: Add fourCC 'PIM1', PCTV tv apps record file format. CVS patchset: 2284 CVS date: 2002/07/15 22:39:07 --- src/xine-engine/buffer_types.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 7b37f8e48..f1270de2b 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.35 2002/07/13 20:53:02 tmmm Exp $ + * $Id: buffer_types.c,v 1.36 2002/07/15 22:39:07 f1rmb Exp $ * * * contents: @@ -71,6 +71,7 @@ static video_db_t video_db[] = { { { meFOURCC('m', 'p', 'e', 'g'), + meFOURCC('P', 'I', 'M', '1'), 0 }, BUF_VIDEO_MPEG, -- cgit v1.2.3