CDG_BORDER_WIDTH  102 libavcodec/cdgraphics.c             memset(buf + y * lsize, color, CDG_BORDER_WIDTH);
CDG_BORDER_WIDTH  103 libavcodec/cdgraphics.c             memset(buf + CDG_FULL_WIDTH - CDG_BORDER_WIDTH + y * lsize,
CDG_BORDER_WIDTH  104 libavcodec/cdgraphics.c                    color, CDG_BORDER_WIDTH);
CDG_BORDER_WIDTH  213 libavcodec/cdgraphics.c     h_off =  FFMIN(data[1] & 0x07, CDG_BORDER_WIDTH  - 1);