From b3596308717722b883930d064e53b5dc5cbe8e73 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 1 Jul 2002 18:42:36 +0000 Subject: this fourcc is used for msmpeg4 v1 (thanks Mike for the test stream, it is working fine under ffmpeg) CVS patchset: 2191 CVS date: 2002/07/01 18:42:36 --- src/xine-engine/buffer_types.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 4812def16..968747687 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.27 2002/07/01 17:56:05 miguelfreitas Exp $ + * $Id: buffer_types.c,v 1.28 2002/07/01 18:42:36 miguelfreitas Exp $ * * * contents: @@ -136,6 +136,8 @@ static video_db_t video_db[] = { { meFOURCC('M', 'P', '4', '1'), meFOURCC('m', 'p', '4', '1'), + meFOURCC('M', 'P', 'G', '4'), + meFOURCC('m', 'p', 'g', '4'), 0 }, BUF_VIDEO_MSMPEG4_V1, @@ -149,8 +151,6 @@ static video_db_t video_db[] = { meFOURCC('m', 'p', '4', '2'), meFOURCC('D', 'I', 'V', '2'), meFOURCC('d', 'i', 'v', '2'), - meFOURCC('M', 'P', 'G', '4'), - meFOURCC('m', 'p', 'g', '4'), 0 }, BUF_VIDEO_MSMPEG4_V2, -- cgit v1.2.3