[FFmpeg-devel] [PATCH v5 1/6] avformat/apm: use new extradata format

Zane van Iperen zane at zanevaniperen.com
Tue Jul 7 12:46:27 EEST 2020


On Mon, 6 Jul 2020 18:29:57 +0200
"Michael Niedermayer" <michael at niedermayer.cc> wrote:

> On Mon, Jul 06, 2020 at 09:24:20AM +0000, Zane van Iperen wrote:
> > Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
> > ---
> >  libavformat/Makefile |  2 +-
> >  libavformat/apm.c    | 62
> > ++++++++++++++++++++++++-------------------- 2 files changed, 35
> > insertions(+), 29 deletions(-)  
> 
> I think the commit message should be more elaborate
> "avformat/apm: use new extradata format"
> doesnt really say what changes, why its changes
> 
What's a nice way of saying "I made an error in the old format and
had to change it in order to keep things simple in the muxer."?

Essentially, I
 - Handle the dodgy WAVEFORMATEX (that I missed before) correctly, and
 - Pass through the entire APMState structure to the decoder instead of
   only some fields.

> You also may want to add yourself to the MAINTAINERs file
> 
Will do, I'll send it in a different patchset.
Would this warrant commit access? Because I'm including a GPG key, I'd
like to have the commit signed, and `git format-patch` doesn't like
signatures.


Zane



More information about the ffmpeg-devel mailing list