Lines Matching defs:err
288 int err = AVERROR_MUXER_NOT_FOUND;
290 err = s->io_open(s, pb, filename, AVIO_FLAG_WRITE, options);
295 err = ff_http_do_new_request(http_url_context, filename);
296 if (err < 0)
301 return err;
1685 int err = 0;
1719 err = sls_flag_use_localtime_filename(oc, c, vs);
1720 if (err < 0) {
1782 if ((err = hls_encryption_start(s, vs)) < 0)
1786 if ((err = do_encrypt(s, vs)) < 0)
1796 err = av_strlcpy(iv_string, vs->iv_string, sizeof(iv_string));
1797 if (!err) {
1824 if ((err = hlsenc_io_open(s, &vs->out_single_file, vs->basename, &options)) < 0) {
1826 err = 0;
1830 if ((err = hlsenc_io_open(s, &vs->out, vs->basename_tmp, &options)) < 0) {
1832 err = 0;
1840 if ((err = hlsenc_io_open(s, &vtt_oc->pb, vtt_oc->url, &options)) < 0) {
1842 err = 0;
1849 err = avformat_write_header(vtt_oc,NULL);
1850 if (err < 0)
1851 return err;
1858 return err;