Advertisement
Guest User

Untitled

a guest
Apr 10th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. snprintf(args, sizeof(args),
  2. "buffer=video_size=%dx%d:pix_fmt=%d:time_base=%d/%d:pixel_aspect=%d/%d[in];"
  3. "[in]hflip[out];"
  4. "[out]buffersink",
  5. dec_ctx->width, dec_ctx->height, dec_ctx->pix_fmt, 1, 1,
  6. dec_ctx->sample_aspect_ratio.num,
  7. dec_ctx->sample_aspect_ratio.den);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement