Skip to content
  • Fiona Glaser's avatar
    Add API function to fix x264_picture_t initialization · 36bbd4d2
    Fiona Glaser authored
    Calling applications that do not use x264_picture_alloc need to use x264_picture_init to initialize x264_picture_t structures.
    Previously, if the calling application didn't zero x264_picture_t, Bad Things could happen.
    36bbd4d2