ALGO_NOP          121 libavcodec/truemotion1.c     { ALGO_NOP,    0, 0, 0 },
ALGO_NOP          133 libavcodec/truemotion1.c     { ALGO_NOP,    4, 4, BLOCK_4x4 },
ALGO_NOP          135 libavcodec/truemotion1.c     { ALGO_NOP,    4, 2, BLOCK_4x2 },
ALGO_NOP          138 libavcodec/truemotion1.c     { ALGO_NOP,    2, 4, BLOCK_2x4 },
ALGO_NOP          140 libavcodec/truemotion1.c     { ALGO_NOP,    2, 2, BLOCK_2x2 },
ALGO_NOP          869 libavcodec/truemotion1.c     } else if (compression_types[s->compression].algorithm != ALGO_NOP) {