PADDING_COLOR      59 libavcodec/xsubenc.c     int x0, x1, y, len, color = PADDING_COLOR;
PADDING_COLOR      74 libavcodec/xsubenc.c                 if (color == PADDING_COLOR) {
PADDING_COLOR      78 libavcodec/xsubenc.c                     put_xsub_rle(pb, PADDING, PADDING_COLOR);
PADDING_COLOR      82 libavcodec/xsubenc.c             if (x1 == w && color == PADDING_COLOR) {
PADDING_COLOR      90 libavcodec/xsubenc.c         if (color != PADDING_COLOR && (PADDING + (w&1)))
PADDING_COLOR      91 libavcodec/xsubenc.c             put_xsub_rle(pb, PADDING + (w&1), PADDING_COLOR);
PADDING_COLOR     195 libavcodec/xsubenc.c         put_xsub_rle(&pb, h->rects[0]->w, PADDING_COLOR);