summaryrefslogtreecommitdiffstats
path: root/src/mapi/Makefile.sources
diff options
context:
space:
mode:
authorBoyuan Zhang <[email protected]>2016-07-18 18:43:37 -0400
committerChristian König <[email protected]>2016-07-19 12:36:46 +0200
commit60c7450f16b8275c896103da27a5d4a25ce9be9e (patch)
tree9585ceff32fdd4259e3f952c3f4645036a5f3fa4 /src/mapi/Makefile.sources
parented9dd3bcd9990b321f523823287643cbf893949f (diff)
vl: add entry point
Add entrypoint to distinguish H.264 decode and encode. For example, in patch 5/11 when is calling "VaCreateContext", "pps" and "sps" shouldn't be allocated for H.264 encoding. So we need to use the entry_point to determine this is H.264 decode or H.264 encode. We can use config to determine the entrypoint since config_id is passed to us for VaCreateContext call. However, for VaDestoyContext call, only context_id is passed to us. So we need to know the entrypoint in order to not free the pps/sps for encoding case. Signed-off-by: Boyuan Zhang <[email protected]> Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/mapi/Makefile.sources')
0 files changed, 0 insertions, 0 deletions