View Single Post
Old 18th August 2014, 13:11   #2  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
x264.h

This file defines the "public" interface of x264, so all function you'll need are declared and documented there. Functions not declared there, shouldn't be called directly by applications.

(For a usage example, the official x264 CLI front-end in x264.c is probably the best starting point. Alternatively look at libx264.c in FFmpeg or at the x264 plug-in of Avidemux)
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 18th August 2014 at 14:14.
LoRd_MuldeR is offline   Reply With Quote