Hi! In mp4_play I found: else if (strcmp("H263-2000", video.name) == 0) video.frameSubClass = AST_FORMAT_H263_PLUS; According to wikipedia and RFC 4629 H263-2000 is referenced as H.263++ Thus I wonder if we should introduce AST_FORMAT_H263_PLUS_PLUS? regards klaus