Re: [FFmpeg-devel] [PATCH 3/3] avformat/swf: Separate mux and demux contexts

2020-09-20 Thread Michael Niedermayer
On Sun, Sep 20, 2020 at 01:53:41PM +0200, Andreas Rheinhardt wrote: > There was almost no overlap between them: The only field used by both > was an int named samples_per_frame. Therefore this commit separates > them. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/swf.h| 33 --

[FFmpeg-devel] [PATCH 3/3] avformat/swf: Separate mux and demux contexts

2020-09-20 Thread Andreas Rheinhardt
There was almost no overlap between them: The only field used by both was an int named samples_per_frame. Therefore this commit separates them. Signed-off-by: Andreas Rheinhardt --- libavformat/swf.h| 33 - libavformat/swfdec.c | 22 +- lib