Home
last modified time | relevance | path

Searched refs:vobsub (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmpeg.c726 VobSubDemuxContext *vobsub = s->priv_data; in vobsub_read_close() local
730 ff_subtitles_queue_clean(&vobsub->q[i]); in vobsub_read_close()
731 avformat_close_input(&vobsub->sub_ctx); in vobsub_read_close()
738 VobSubDemuxContext *vobsub = s->priv_data; in vobsub_read_header() local
748 if (!vobsub->sub_name) { in vobsub_read_header()
750 vobsub->sub_name = av_strdup(s->url); in vobsub_read_header()
751 if (!vobsub->sub_name) { in vobsub_read_header()
755 fname_len = strlen(vobsub->sub_name); in vobsub_read_header()
756 ext = vobsub->sub_name - 3 + fname_len; in vobsub_read_header()
763 av_log(s, AV_LOG_VERBOSE, "IDX/SUB: %s -> %s\n", s->url, vobsub in vobsub_read_header()
924 VobSubDemuxContext *vobsub = s->priv_data; vobsub_read_packet() local
1003 VobSubDemuxContext *vobsub = s->priv_data; vobsub_read_seek() local
[all...]
/third_party/ffmpeg/tests/fate/
H A Dffmpeg.mak61 -ss 132 -i $(TARGET_SAMPLES)/sub/vobsub.idx \
69 -i $(TARGET_SAMPLES)/sub/vobsub.idx \

Completed in 4 milliseconds