From 4ce6009a6db65a339fba1a1e9da9ad780918ae38 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sat, 26 Feb 2005 19:58:21 +0000 Subject: **BUGFIX** new h264 fourcc reported in the wild. i don't have any samples, but adding it here doesn't hurt CVS patchset: 7425 CVS date: 2005/02/26 19:58:21 --- 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 8c8c0b656..73824d7d6 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.90 2005/01/14 15:29:51 jstembridge Exp $ + * $Id: buffer_types.c,v 1.91 2005/02/26 19:58:21 miguelfreitas Exp $ * * * contents: @@ -637,6 +637,7 @@ static video_db_t video_db[] = { { { meFOURCC('a','v','c','1'), + meFOURCC('h','2','6','4'), 0 }, BUF_VIDEO_H264, -- cgit v1.2.3