Show
Ignore:
Timestamp:
09/17/08 15:23:55 (2 months ago)
Author:
dconrad
Message:

FFmpeg API change: bits_per_sample renamed to bits_per_coded_sample, fixes #371

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/FFissionCodec/FFissionDecoder.cpp

    r918 r938  
    287287        avContext->block_align = mInputFormat.mBytesPerPacket; 
    288288        avContext->frame_size = mInputFormat.mFramesPerPacket; 
    289         avContext->bits_per_sample = mInputFormat.mBitsPerChannel; 
     289        avContext->bits_per_coded_sample = mInputFormat.mBitsPerChannel; 
    290290         
    291291        if (avContext->sample_rate == 0) {