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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffprobe.c119 AVCodecContext *dec_ctx; local
130 if ((dec_ctx = stream->codec)) {
131 if ((dec = dec_ctx->codec)) {
138 printf("codec_type=%s\n", media_type_string(dec_ctx->codec_type));
139 printf("codec_time_base=%d/%d\n", dec_ctx->time_base.num, dec_ctx->time_base.den);
142 a = dec_ctx->codec_tag & 0xff;
143 b = dec_ctx->codec_tag>>8 & 0xff;
144 c = dec_ctx->codec_tag>>16 & 0xff;
145 d = dec_ctx
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffprobe.c119 AVCodecContext *dec_ctx; local
130 if ((dec_ctx = stream->codec)) {
131 if ((dec = dec_ctx->codec)) {
138 printf("codec_type=%s\n", media_type_string(dec_ctx->codec_type));
139 printf("codec_time_base=%d/%d\n", dec_ctx->time_base.num, dec_ctx->time_base.den);
142 a = dec_ctx->codec_tag & 0xff;
143 b = dec_ctx->codec_tag>>8 & 0xff;
144 c = dec_ctx->codec_tag>>16 & 0xff;
145 d = dec_ctx
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffprobe.c119 AVCodecContext *dec_ctx; local
130 if ((dec_ctx = stream->codec)) {
131 if ((dec = dec_ctx->codec)) {
138 printf("codec_type=%s\n", media_type_string(dec_ctx->codec_type));
139 printf("codec_time_base=%d/%d\n", dec_ctx->time_base.num, dec_ctx->time_base.den);
142 a = dec_ctx->codec_tag & 0xff;
143 b = dec_ctx->codec_tag>>8 & 0xff;
144 c = dec_ctx->codec_tag>>16 & 0xff;
145 d = dec_ctx
[all...]

Completed in 67 milliseconds