[FFmpeg-devel] [PATCH] avformat/oggenc: add ogg_init() and ogg_free()

James Almer jamrial at gmail.com
Sat Jun 3 20:39:03 EEST 2017


On 5/28/2017 5:09 PM, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  libavformat/oggenc.c | 32 ++++++++++++++++++++++++++++----
>  1 file changed, 28 insertions(+), 4 deletions(-)
> 

Ping for this and the aiff one.

I have a set of about 50 patches to do the same with almost every other
muxer, but i want to know if the approach is correct or not before
sending it.
The idea is making avformat_init_output() more useful and eventually
adapting ffmpeg.c to use it to initialize the muxers and do its thing
before the need to actually write the header comes up.


More information about the ffmpeg-devel mailing list