Staging
v0.5.0
Revision f1b94134a4b879bc55c3dacdb496690c8ebdc03f authored by Vikram Fugro on 11 March 2016, 12:16:11 UTC, committed by Jean-Baptiste Kempf on 11 March 2016, 14:57:34 UTC
Allocate the output vlc pictures with dimensions padded,
as requested by the decoder (for alignments). This further
increases the chances of direct rendering.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
1 parent 6c813cb
Raw File
Makefile.am
NULL =

EXTRA_DIST = \
	codeset.m4 \
	extern-inline.m4 \
	flags.m4 \
	gettext.m4 \
	glibc21.m4 \
	glibc2.m4 \
	iconv.m4 \
	intdiv0.m4 \
	intl.m4 \
	intldir.m4 \
	intlmacosx.m4 \
	intmax.m4 \
	inttypes-pri.m4 \
	inttypes_h.m4 \
	lcmessage.m4 \
	lib-ld.m4 \
	lib-link.m4 \
	lib-prefix.m4 \
	lock.m4 \
	longlong.m4 \
	nls.m4 \
	po.m4 \
	printf-posix.m4 \
	private.m4 \
	progtest.m4 \
	size_max.m4 \
	stdcxx_11.m4 \
	stdint_h.m4 \
	uintmax_t.m4 \
	visibility.m4 \
	vlc.m4 \
	wchar_t.m4 \
	wint_t.m4 \
	xsize.m4 \
	$(NULL)

back to top