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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_subtitles.c395 int i, got_subtitle; local
399 ret = avcodec_decode_subtitle2(dec_ctx, &sub, &got_subtitle, &pkt);
403 } else if (got_subtitle) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c2056 int got_subtitle; local
2092 &got_subtitle, pkt);
2093 if (got_subtitle && sp->sub.format == 0) {
2117 } else if (got_subtitle) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c1848 int got_subtitle; local
1883 &got_subtitle, pkt);
1885 if (got_subtitle && sp->sub.format == 0) {

Completed in 121 milliseconds