From f3d9b1791bef682bb78b502299daa1ba9bc76695 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 1 Jul 2008 10:27:48 +0000 Subject: Bring libmpeg2 portions that we use up to date with the latest libmpeg2 CVS. Fix up some file headers and add a revision history to the libmpeg2 files detailing to which CVS file revisions things were synced. This makes it easier to start in the right place by hand in the future. Hopefully no mistakes and everything works. :-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17904 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/mpegplayer/mpeg_alloc.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'apps/plugins/mpegplayer/mpeg_alloc.h') diff --git a/apps/plugins/mpegplayer/mpeg_alloc.h b/apps/plugins/mpegplayer/mpeg_alloc.h index 9a08fd5308..9acfbc5dec 100644 --- a/apps/plugins/mpegplayer/mpeg_alloc.h +++ b/apps/plugins/mpegplayer/mpeg_alloc.h @@ -1,3 +1,23 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2007 by Michael Sevakis + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ #ifndef MPEG_ALLOC_H #define MPEG_ALLOC_H -- cgit v1.2.3