Go to the documentation of this file.
28 const AVFrame *pict,
int *got_packet)
32 int i, h, h1,
c, n, linesize, ret;
37 avctx->
height) + 200)) < 0)
53 n = (avctx->
width + 7) >> 3;
84 "P%c\n%d %d\n", c, avctx->
width, h1);
94 for (i = 0; i < h; i++) {
105 for (i = 0; i < h; i++) {
122 #if CONFIG_PGM_ENCODER
137 #if CONFIG_PGMYUV_ENCODER
150 #if CONFIG_PPM_ENCODER
165 #if CONFIG_PBM_ENCODER