[FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175
Damien Riegel
damien.riegel at savoirfairelinux.com
Fri Feb 17 22:01:05 EET 2017
Hi,
On Thu, Feb 16, 2017 at 06:19:00PM +0000, Rostislav Pehlivanov wrote:
> >
> > No, do this in libavfilter and do not introduce another useless pseudo
> > codec
> >
>
> *libavformat, sorry
The advantage of using a pseudo codec just to depack the stream is that
the input and the codec are in separate threads in ffmpeg, so it can
handle a heavier workload.
Is there any way to do the depacking in the RTP handler without that
performance penalty?
Thanks,
--
Damien
More information about the ffmpeg-devel
mailing list