Ignore:
Timestamp:
11/08/06 00:05:52 (17 years ago)
Author:
r2d
Message:
  • changes to follow libmpcdec work in progress
  • can read sv7 & sv8
  • seek broken (not implemented in libmpcdec)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xmms-musepack/branches/r2d/src/libmpc.h

    r79 r103  
    22 * Copyright (c) 2005, The Musepack Development Team
    33 * All rights reserved.
    4  * 
     4 *
    55 * Redistribution and use in source and binary forms, with or without
    66 * modification, are permitted provided that the following conditions are
    77 * met:
    8  * 
     8 *
    99 *     * Redistributions of source code must retain the above copyright
    1010 *       notice, this list of conditions and the following disclaimer.
    11  * 
     11 *
    1212 *     * Redistributions in binary form must reproduce the above
    1313 *       copyright notice, this list of conditions and the following
    1414 *       disclaimer in the documentation and/or other materials provided
    1515 *       with the distribution.
    16  * 
     16 *
    1717 *     * Neither the name of the The Musepack Development Team nor the
    1818 *       names of its contributors may be used to endorse or promote
    1919 *       products derived from this software without specific prior
    2020 *       written permission.
    21  * 
     21 *
    2222 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    2323 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
     
    170170static void       lockRelease();
    171171static void*      decodeStream(void*);
    172 static int        processBuffer(MPC_SAMPLE_FORMAT*, char*, mpc_decoder&);
     172static int        processBuffer(MPC_SAMPLE_FORMAT*, char*, mpc_demux&);
    173173static void*      endThread(FILE*, bool);
    174174static bool       isAlive();
Note: See TracChangeset for help on using the changeset viewer.