From 2d5b782a786e81f3ee364210278747d8d338f065 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 27 Aug 2004 18:36:06 +0000 Subject: another mpeg fourcc CVS patchset: 6909 CVS date: 2004/08/27 18:36:06 --- src/xine-engine/buffer_types.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 48d1379a5..86b52858b 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.82 2004/06/01 04:31:17 tmmm Exp $ + * $Id: buffer_types.c,v 1.83 2004/08/27 18:36:06 miguelfreitas Exp $ * * * contents: @@ -65,6 +65,7 @@ static video_db_t video_db[] = { meFOURCC('m', 'p', 'e', 'g'), meFOURCC('P', 'I', 'M', '1'), meFOURCC('m', 'p', 'g', '2'), + meFOURCC('m', 'p', 'g', '1'), 0 }, BUF_VIDEO_MPEG, -- cgit v1.2.3