[FFmpeg-devel] [PATCH] Functions for writing packets to chained muxers
Martin Storsjö
martin
Fri May 21 09:14:12 CEST 2010
On Thu, 20 May 2010, Michael Niedermayer wrote:
> On Wed, May 19, 2010 at 12:35:52PM +0300, Martin Storsj? wrote:
> > Hi,
> >
> > During the review of the mov muxer rtp hinting code, Michael pointed out
> > that code for writing packets to a chained muxer could be shared.
> >
> > Here's an initial attempt at doing that, adding a function for writing
> > packets to chained muxers, and taking it into use in the mov muxer rtp
> > hinter and rtsp muxer.
> >
> > // Martin
> > internal.h | 14 ++++++++++++++
> > utils.c | 19 +++++++++++++++++++
> > 2 files changed, 33 insertions(+)
> > a495672b0ee1f3fee1000dc2fb7672caa9cb57cd 0001-Add-an-libavformat-internal-function-ff_write_chaine.patch
> > From bde8dac1d8972f848f0362a53fb989ba523faa70 Mon Sep 17 00:00:00 2001
> > From: Martin Storsjo <martin at martin.st>
> > Date: Wed, 19 May 2010 12:22:34 +0300
> > Subject: [PATCH 1/2] Add an libavformat internal function ff_write_chained
> >
> > ---
> > libavformat/internal.h | 14 ++++++++++++++
> > libavformat/utils.c | 19 +++++++++++++++++++
> > 2 files changed, 33 insertions(+), 0 deletions(-)
>
> ok
Applied, thanks.
// Martin
More information about the ffmpeg-devel
mailing list