Ignore:
Timestamp:
01/13/16 00:33:48 (8 years ago)
Author:
r2d
Message:

mpc2sv8 : fix a segfault caused by commit r476

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/include/mpc/mpcdec.h

    r431 r489  
    117117/// decode frame
    118118MPC_API mpc_status mpc_demux_decode(mpc_demux * d, mpc_frame_info * i);
     119/// decode frame : use mpc_demux_decode() instead. This function is only used by mpc2sv8.
     120MPC_API mpc_status mpc_demux_decode_inner(mpc_demux * d, mpc_frame_info * i);
    119121/// get streaminfo
    120122MPC_API void mpc_demux_get_info(mpc_demux * d, mpc_streaminfo * i);
Note: See TracChangeset for help on using the changeset viewer.