Home
last modified time | relevance | path

Searched refs:got_vidst (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/
H A Dasf_decoder.c942 boolean got_vidst = FALSE; in attach_stream() local
1343 got_vidst = TRUE; in attach_stream()
1382 if (!got_vidst) cdata->width = priv->st->codec->width = get_le32int(buffer); in attach_stream()
1391 if (!got_vidst) cdata->height = priv->st->codec->height = get_le32int(buffer); in attach_stream()
1406 if (!got_vidst) priv->st->codec->bits_per_coded_sample = get_le16int(buffer); /* depth */ in attach_stream()
1423 if (!got_vidst) { in attach_stream()
1444 if (!got_vidst) { in attach_stream()