Home
last modified time | relevance | path

Searched refs:PCX_HEADER_SIZE (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpcx.c31 #define PCX_HEADER_SIZE 128 macro
83 if (avpkt->size < PCX_HEADER_SIZE) { in pcx_decode_frame()