upipe-av/upipe_av.h header reference
Members
Functions
- void upipe_av_clean(void )
- bool upipe_av_init(bool init_avcodec_only, struct uprobe *uprobe)
Members detail
This macro is declared in upipe-av/upipe_av.h source file, line 29.
This function is declared in upipe-av/upipe_av.h source file, line 53.
This function cleans up memory allocated by upipe_av_init. Call it when all avformat- and avcodec-related managers have been freed.
This function is declared in upipe-av/upipe_av.h source file, line 48.
This function initializes non-reentrant parts of avcodec and avformat. Call it before allocating managers from this library.
Parameter list:
- init_avcodec_only: if set to true, avformat source and sink may not be used (saves memory)
- uprobe: uprobe to print libav messages
The return value is false in case of error