diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/buffer_types.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index ae0333510..587b54e72 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.67 2003/08/31 17:27:28 jstembridge Exp $ + * $Id: buffer_types.c,v 1.68 2003/10/19 16:32:08 jstembridge Exp $ * * * contents: @@ -889,6 +889,14 @@ static audio_db_t audio_db[] = { }, { { + meFOURCC('l', 'p', 'c', 'J'), + 0 + }, + BUF_AUDIO_14_4, + "Real 14.4" +}, +{ + { meFOURCC('2', '8', '_', '8'), 0 }, |