Changeset 0a90b9b0ce696148940522698703ad0ed73ea7f5

Show
Ignore:
Timestamp:
10/19/07 04:32:16 (9 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1192761136 +0000
git-parent:

[68601b10a17cbbc51adf82074b679e751ff58b83]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1192761136 +0000
Message:

Add NellyMoser? with FourCC NELL.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • NEWS

    r68601b1 r0a90b9b  
    8181 * H.264 PAFF support 
    8282 * DNxHD / VC-3 support 
     83 * NellyMoser ASAO support 
    8384 
    8485Encoders: 
  • modules/codec/ffmpeg/ffmpeg.c

    r8723242 r0a90b9b  
    14331433    { VLC_FOURCC(0x22,0x0,0x0,0x0), CODEC_ID_TRUESPEECH, 
    14341434      AUDIO_ES, "TrueSpeech" }, 
     1435#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(46<<8)+0) 
     1436    { VLC_FOURCC('N','E','L','L'), CODEC_ID_NELLYMOSER, 
     1437      AUDIO_ES, "NellyMoser ASAO" }, 
     1438#endif 
    14351439 
    14361440    /* PCM */