Home
last modified time | relevance | path

Searched refs:sync_code (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp8_parser.c52 unsigned int sync_code; in parse() local
58 sync_code = AV_RL24(buf + 3); in parse()
59 if (sync_code != 0x2a019d) { in parse()
60 av_log(avctx, AV_LOG_ERROR, "Invalid sync code %06x.\n", sync_code); in parse()

Completed in 1 milliseconds