X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=postproc%2Fswscale_internal.h;h=c6611da509143793e3dfc760a1795ba1a3a9bfaf;hb=9b2283cc3352b1f446814f0c6fa5230978b9ee78;hp=d1fae2666985c98343accb9876998980e5017a49;hpb=38d5c282cdfa60a18d73412f87beca1ae0d86284;p=ffmpeg diff --git a/postproc/swscale_internal.h b/postproc/swscale_internal.h index d1fae266698..c6611da5091 100644 --- a/postproc/swscale_internal.h +++ b/postproc/swscale_internal.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef SWSCALE_INTERNAL_H @@ -29,7 +29,7 @@ #define AVV(x...) {x} #endif -#include "../mp_msg.h" +#include "mp_msg.h" #define MSG_WARN(args...) mp_msg(MSGT_SWS,MSGL_WARN, ##args ) #define MSG_FATAL(args...) mp_msg(MSGT_SWS,MSGL_FATAL, ##args ) @@ -60,6 +60,7 @@ typedef struct SwsContext{ int chrIntHSubSample, chrIntVSubSample; int chrDstHSubSample, chrDstVSubSample; int vChrDrop; + int sliceDir; double param[2]; int16_t **lumPixBuf;