[FFmpeg-devel] [PATCH] Properly store sampling rate for FLAC in mp4
Ronald S. Bultje
rsbultje at gmail.com
Wed Oct 25 17:40:00 EEST 2017
Hi,
On Fri, Aug 25, 2017 at 7:29 PM, Michael Niedermayer <michael at niedermayer.cc
> wrote:
> On Fri, Aug 25, 2017 at 01:25:23PM +0200, Jean-Yves Avenard wrote:
> > From 9baa7166fa96ed6beac9146c7e3b4dcf425a67d0 Mon Sep 17 00:00:00 2001
> > From: Jean-Yves Avenard <jyavenard at mozilla.com>
> > Date: Fri, 25 Aug 2017 13:11:28 +0200
> > Subject: [PATCH] Properly store sampling rate for FLAC in mp4
> >
> > Fixes ticket #6609
> >
> > Signed-off-by: Jean-Yves Avenard <jyavenard at mozilla.com>
> > ---
> > libavformat/movenc.c | 28 +++++++++++++++++++++++++---
> > 1 file changed, 25 insertions(+), 3 deletions(-)
> >
> > diff --git a/libavformat/movenc.c b/libavformat/movenc.c
> > index 10b959ad02..aa4a9c962a 100644
> > --- a/libavformat/movenc.c
> > +++ b/libavformat/movenc.c
> > @@ -1028,9 +1028,31 @@ static int mov_write_audio_tag(AVFormatContext
> > *s, AVIOContext *pb, MOVMuxContex
> > avio_wb16(pb, 0); /* packet size (= 0) */
>
> This patch is corrupted by line wraps / newlines
>
An uncorrupted version was attached to #6609:
https://trac.ffmpeg.org/attachment/ticket/6609/0001-Properly-store-sampling-rate-for-FLAC-in-mp4.patch
Ronald
More information about the ffmpeg-devel
mailing list