Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.86 KB | None | 0 0
  1. diff --git a/examples/uplay.c b/examples/uplay.c
  2. index 3a43fca4..a42754d0 100644
  3. --- a/examples/uplay.c
  4. +++ b/examples/uplay.c
  5. @@ -324,6 +324,7 @@ static int catch_video(struct uprobe *uprobe, struct upipe *upipe,
  6.      uprobe_throw(uprobe_main, NULL, UPROBE_THAW_UPUMP_MGR);
  7.  
  8.      /* deport to the decoder thread */
  9. +#if 0
  10.      avcdec = upipe_wlin_alloc(upipe_wlin_mgr,
  11.              uprobe_pfx_alloc(uprobe_use(uprobe_main),
  12.                               UPROBE_LOG_VERBOSE, "wlin video"),
  13. @@ -332,6 +333,7 @@ static int catch_video(struct uprobe *uprobe, struct upipe *upipe,
  14.                               UPROBE_LOG_VERBOSE, "wlin_x video"),
  15.              DEC_IN_QUEUE_LENGTH, DEC_OUT_QUEUE_LENGTH);
  16.      assert(avcdec != NULL);
  17. +#endif
  18.      upipe_set_output(upipe, avcdec);
  19.  
  20.      struct upipe_mgr *subpic_schedule_mgr = upipe_subpic_schedule_mgr_alloc();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement