MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / AVCodecContext

Class AVCodecContext

libavcodec/mpegvideo.h:198–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 */
197typedef struct MpegEncContext {
198 struct AVCodecContext *avctx;
199 /* the following parameters must be initialized before encoding */
200 int width, height;///< picture size. must be a multiple of 16
201 int gop_size;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected