Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dshorten.c79 static const uint8_t is_audio_command[10] = { 1, 1, 1, 1, 0, 0, 0, 1, 1, 0 }; variable
621 if (!is_audio_command[cmd]) { in shorten_decode_frame()