upipe-av/upipe_av.h header reference

Members  

Functions  

Members detail  

#define _UPIPE_AV_UPIPE_AV_H_  

This macro is declared in upipe-av/upipe_av.h source file, line 29.

void upipe_av_clean(void )  

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.

bool upipe_av_init(bool init_avcodec_only, struct uprobe *uprobe)  

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

Valid XHTML 1.0 StrictGenerated by cmassiot on Fri Feb 2 23:57:18 2018 using MkDoc