Searched refs:ape_ctx (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | ape.c | 94 static void ape_dumpinfo(AVFormatContext * s, APEContext * ape_ctx) in ape_dumpinfo() argument 100 av_log(s, AV_LOG_DEBUG, "fileversion = %"PRId16"\n", ape_ctx->fileversion); in ape_dumpinfo() 101 av_log(s, AV_LOG_DEBUG, "descriptorlength = %"PRIu32"\n", ape_ctx->descriptorlength); in ape_dumpinfo() 102 av_log(s, AV_LOG_DEBUG, "headerlength = %"PRIu32"\n", ape_ctx->headerlength); in ape_dumpinfo() 103 av_log(s, AV_LOG_DEBUG, "seektablelength = %"PRIu32"\n", ape_ctx->seektablelength); in ape_dumpinfo() 104 av_log(s, AV_LOG_DEBUG, "wavheaderlength = %"PRIu32"\n", ape_ctx->wavheaderlength); in ape_dumpinfo() 105 av_log(s, AV_LOG_DEBUG, "audiodatalength = %"PRIu32"\n", ape_ctx->audiodatalength); in ape_dumpinfo() 106 av_log(s, AV_LOG_DEBUG, "audiodatalength_high = %"PRIu32"\n", ape_ctx->audiodatalength_high); in ape_dumpinfo() 107 av_log(s, AV_LOG_DEBUG, "wavtaillength = %"PRIu32"\n", ape_ctx->wavtaillength); in ape_dumpinfo() 110 av_log(s, AV_LOG_DEBUG, "%02x", ape_ctx in ape_dumpinfo() [all...] |
Completed in 1 milliseconds