[FFmpeg-devel] [PATCH] vorbiscomment: add DISCNUMBER to the metadata conv table

Aurelien Jacobs aurel
Tue Oct 5 22:08:48 CEST 2010


On Tue, Oct 05, 2010 at 08:51:31PM +0200, Anton Khirnov wrote:
> ---
>  libavformat/vorbiscomment.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/libavformat/vorbiscomment.c b/libavformat/vorbiscomment.c
> index 3434d82..a0f1c88 100644
> --- a/libavformat/vorbiscomment.c
> +++ b/libavformat/vorbiscomment.c
> @@ -32,6 +32,7 @@
>  const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
>      { "ALBUMARTIST", "album_artist"},
>      { "TRACKNUMBER", "track"  },
> +    { "DISCNUMBER",  "disc"   },
>      { 0 }
>  };

OK, and applied.

Aurel



More information about the ffmpeg-devel mailing list