ALGO_NOP          125 libavcodec/truemotion1.c     { ALGO_NOP,    0, 0, 0 },
ALGO_NOP          137 libavcodec/truemotion1.c     { ALGO_NOP,    4, 4, BLOCK_4x4 },
ALGO_NOP          139 libavcodec/truemotion1.c     { ALGO_NOP,    4, 2, BLOCK_4x2 },
ALGO_NOP          142 libavcodec/truemotion1.c     { ALGO_NOP,    2, 4, BLOCK_2x4 },
ALGO_NOP          144 libavcodec/truemotion1.c     { ALGO_NOP,    2, 2, BLOCK_2x2 },
ALGO_NOP          883 libavcodec/truemotion1.c     } else if (compression_types[s->compression].algorithm != ALGO_NOP) {