Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 673378
Collapse All | Expand All

(-)./operations/external/ff-load.c.org (-2 / +2 lines)
Lines 309-316 Link Here
309
          g_warning ("codec not found");
309
          g_warning ("codec not found");
310
        }
310
        }
311
311
312
      if (p->codec->capabilities & CODEC_CAP_TRUNCATED)
312
      if (p->codec->capabilities & AV_CODEC_CAP_TRUNCATED)
313
        p->enc->flags |= CODEC_FLAG_TRUNCATED;
313
        p->enc->flags |= AV_CODEC_FLAG_TRUNCATED;
314
314
315
      if (avcodec_open2 (p->enc, p->codec, NULL) < 0)
315
      if (avcodec_open2 (p->enc, p->codec, NULL) < 0)
316
        {
316
        {

Return to bug 673378