Changeset b6a82807304d3c3644e26f84d25dc1d2a3dc118c

Show
Ignore:
Timestamp:
07/03/08 23:56:11 (2 months ago)
Author:
Laurent Aimar <fenrir@videolan.org>
git-committer:
Laurent Aimar <fenrir@videolan.org> 1215122171 +0000
git-parent:

[223bc6472936d8761b4397a20496e914b5cb5982]

git-author:
Laurent Aimar <fenrir@videolan.org> 1215121656 +0000
Message:

Fixed MS ADPCM inside mov.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/mp4/mp4.c

    r58766ea rb6a8280  
    16611661            } 
    16621662 
     1663            case VLC_FOURCC('m','s',0x00,0x02): 
     1664            case VLC_FOURCC('m','s',0x00,0x11): 
     1665                p_track->fmt.audio.i_blockalign = p_sample->data.p_sample_soun->i_bytes_per_frame; 
     1666                break; 
     1667 
    16631668            default: 
    16641669                break;