[FFmpeg-devel] [PATCH] lavf: Make id3v1_create_tag a lavf internal function
Paul B Mahol
onemda at gmail.com
Sat Jul 13 21:29:21 CEST 2013
On 7/13/13, James Almer <jamrial at gmail.com> wrote:
> There are more containers than just mp3 with support for id3v1,
> and we currently have muxer for at least one of them
>
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavformat/Makefile | 3 ++-
> libavformat/id3v1.h | 6 +++++
> libavformat/id3v1enc.c | 73
> ++++++++++++++++++++++++++++++++++++++++++++++++++
> libavformat/mp3enc.c | 52 ++++-------------------------------
> 4 files changed, 86 insertions(+), 48 deletions(-)
> create mode 100644 libavformat/id3v1enc.c
>
What other muxer(s) are going to use this?
More information about the ffmpeg-devel
mailing list