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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dcmdutils.h44 extern AVFormatContext *avformat_opts;
H A Dcmdutils.c52 AVFormatContext *avformat_opts; variable
200 ret = av_set_string3(avformat_opts, opt, arg, 1, &o);
226 if(avcodec_opts[0]->debug || avformat_opts->debug)
H A Dffmpeg.c457 av_free(avformat_opts);
2991 set_context_opts(ic, avformat_opts, AV_OPT_FLAG_DECODING_PARAM);
3618 set_context_opts(oc, avformat_opts, AV_OPT_FLAG_ENCODING_PARAM);
3744 av_opt_show(avformat_opts, NULL);
4137 avformat_opts = avformat_alloc_context();
H A Dffplay.c2387 set_context_opts(ic, avformat_opts, AV_OPT_FLAG_DECODING_PARAM);
2763 av_free(avformat_opts);
3116 avformat_opts = avformat_alloc_context();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dcmdutils.h44 extern AVFormatContext *avformat_opts;
H A Dcmdutils.c52 AVFormatContext *avformat_opts; variable
200 ret = av_set_string3(avformat_opts, opt, arg, 1, &o);
226 if(avcodec_opts[0]->debug || avformat_opts->debug)
H A Dffmpeg.c457 av_free(avformat_opts);
2991 set_context_opts(ic, avformat_opts, AV_OPT_FLAG_DECODING_PARAM);
3618 set_context_opts(oc, avformat_opts, AV_OPT_FLAG_ENCODING_PARAM);
3744 av_opt_show(avformat_opts, NULL);
4137 avformat_opts = avformat_alloc_context();
H A Dffplay.c2387 set_context_opts(ic, avformat_opts, AV_OPT_FLAG_DECODING_PARAM);
2763 av_free(avformat_opts);
3116 avformat_opts = avformat_alloc_context();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dcmdutils.h44 extern AVFormatContext *avformat_opts;
H A Dcmdutils.c52 AVFormatContext *avformat_opts; variable
200 ret = av_set_string3(avformat_opts, opt, arg, 1, &o);
226 if(avcodec_opts[0]->debug || avformat_opts->debug)
H A Dffmpeg.c457 av_free(avformat_opts);
2991 set_context_opts(ic, avformat_opts, AV_OPT_FLAG_DECODING_PARAM);
3618 set_context_opts(oc, avformat_opts, AV_OPT_FLAG_ENCODING_PARAM);
3744 av_opt_show(avformat_opts, NULL);
4137 avformat_opts = avformat_alloc_context();
H A Dffplay.c2387 set_context_opts(ic, avformat_opts, AV_OPT_FLAG_DECODING_PARAM);
2763 av_free(avformat_opts);
3116 avformat_opts = avformat_alloc_context();

Completed in 212 milliseconds