Ignore:
Timestamp:
03/16/07 16:54:54 (17 years ago)
Author:
r2d
Message:
  • added sv8 options to mpcenc
  • some change in mpcdec to correctly display that there is no information
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/mpc2sv8/mpc2sv8.c

    r220 r226  
    102102    mpc_demux_get_info(demux,  &si);
    103103
    104         Init_SV8 (&e);
     104        mpc_encoder_init(&e, si.samples, 6, 1);
    105105        e.outputFile = fopen( argv[2], "w+b" );
    106106        e.MS_Channelmode = si.ms;
     
    180180        mpc_demux_exit(demux);
    181181        mpc_reader_exit_stdio(&reader);
     182        mpc_encoder_exit(&e);
    182183
    183184        return MPC_STATUS_OK;
Note: See TracChangeset for help on using the changeset viewer.