Go to the documentation of this file.
29 const AVFrame *pict,
int *got_packet)
33 int i, h, h1,
c,
n, linesize,
ret;
38 avctx->
height) + 200)) < 0)
54 n = (avctx->
width + 7) >> 3;
90 "P%c\n%d %d\n", c, avctx->
width, h1);
101 for (i = 0; i < h; i++) {
112 for (i = 0; i < h; i++) {
129 #if CONFIG_PGM_ENCODER
144 #if CONFIG_PGMYUV_ENCODER
159 #if CONFIG_PPM_ENCODER
174 #if CONFIG_PBM_ENCODER