| 1152 | * @param offset offset into the AVFrame.data from which the slice should be read |
| 1153 | */ |
| 1154 | void (*draw_horiz_band)(struct AVCodecContext *s, |
| 1155 | const AVFrame *src, int offset[4], |
| 1156 | int y, int type, int height); |
| 1157 |
nothing calls this directly
no outgoing calls
no test coverage detected