Skip to content

Commit

Permalink
Support V4L stateless decoder API
Browse files Browse the repository at this point in the history
Tegra VDE driver now supports V4L stateless decoder API. Support it
in the VDPAU driver in addition to the older UAPI.
  • Loading branch information
digetx committed Jan 3, 2022
1 parent 1d4d2e4 commit f822e95
Show file tree
Hide file tree
Showing 15 changed files with 6,349 additions and 16 deletions.
6 changes: 5 additions & 1 deletion src/Makefile.am
Expand Up @@ -32,7 +32,11 @@ libvdpau_tegra_la_SOURCES = vdpau_tegra.c \
tgr_3d.xml.h \
shaders.h \
host1x-gr3d.c \
host1x-gr3d.h
host1x-gr3d.h \
media.c \
media.h \
v4l2.c \
v4l2.h

libvdpau_tegra_la_SOURCES += tegradrm/atomic.h \
tegradrm/lists.h \
Expand Down

0 comments on commit f822e95

Please sign in to comment.