| 196 | */ |
| 197 | typedef 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; |
nothing calls this directly
no outgoing calls
no test coverage detected