FFmpeg
Loading...
Searching...
No Matches
qsv_api.c File Reference
#include "config.h"
#include <stddef.h>
#include "libavutil/mem.h"

Go to the source code of this file.

Functions

struct AVQSVContextav_qsv_alloc_context (void)
 Allocate a new context.
 

Function Documentation

◆ av_qsv_alloc_context()

struct AVQSVContext * av_qsv_alloc_context ( void )

Allocate a new context.

It must be freed by the caller with av_free().

Definition at line 38 of file qsv_api.c.