[vlc-devel] [PATCH] Sort avcodec mapping table by AVCodecID enum
    Rafaël Carré 
    funman at videolan.org
       
    Sat Nov  9 11:23:19 CET 2013
    
    
  
Le 09/11/2013 04:56, Daniel Verkamp a écrit :
> This makes it much easier to tell which codec ID mappings are missing
> (or intentionally skipped).
> 
> Comments have been added for each codec ID that is currently missing.
> 
> Ordering between codecs with the same avcodec ID or VLC fourcc has been
> preserved.
> 
> No functional change.
Thanks, applied that one too!
> +    /* ffmpeg only: AV_CODEC_ID_MICRODVD */
> +    /* ffmpeg only: AV_CODEC_ID_EIA_608 */
> +    /* ffmpeg only: AV_CODEC_ID_JACOSUB */
> +    /* ffmpeg only: AV_CODEC_ID_SAMI */
> +    /* ffmpeg only: AV_CODEC_ID_REALTEXT */
> +    /* ffmpeg only: AV_CODEC_ID_SUBVIEWER1 */
> +    /* ffmpeg only: AV_CODEC_ID_SUBVIEWER */
> +    /* ffmpeg only: AV_CODEC_ID_SUBRIP */
> +    /* ffmpeg only: AV_CODEC_ID_WEBVTT */
> +    /* ffmpeg only: AV_CODEC_ID_MPL2 */
> +    /* ffmpeg only: AV_CODEC_ID_VPLAYER */
> +    /* ffmpeg only: AV_CODEC_ID_PJS */
> +    /* ffmpeg only: AV_CODEC_ID_ASS */
... lol
    
    
More information about the vlc-devel
mailing list