Changeset 5c8a02618600ff7b9e76333f11d42425a0bf6536

Show
Ignore:
Timestamp:
06/01/06 01:12:09 (2 years ago)
Author:
Dennis van Amerongen <trax@videolan.org>
git-committer:
Dennis van Amerongen <trax@videolan.org> 1149117129 +0000
git-parent:

[a73c2964d205fc945318773af3753196601533d4]

git-author:
Dennis van Amerongen <trax@videolan.org> 1149117129 +0000
Message:

* modules/mux/asf.c: Experimental support for AAC (mp4a) in asf. Needs testing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/mux/asf.c

    r26b0f76 r5c8a026  
    353353                    tk->i_tag = WAVE_FORMAT_A52; 
    354354                    tk->psz_name = "A/52"; 
     355                    i_bitspersample = 0; 
     356                    break; 
     357                case VLC_FOURCC( 'm', 'p', '4', 'a' ): 
     358                    tk->i_tag = WAVE_FORMAT_AAC; 
     359                    tk->psz_name = "MPEG-4 Audio"; 
    355360                    i_bitspersample = 0; 
    356361                    break;