Advertisement
Guest User

Untitled

a guest
Nov 25th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. static int rpi_h264_end_frame(AVCodecContext *avctx) {
  2. OMXContext *hwctx = avctx->hwaccel_context; // made in vd_ffmpeg.c
  3. H264Context *h = avctx->priv_data;
  4. Picture *pic = h->cur_pic_ptr;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement