aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_video_enums.h
diff options
context:
space:
mode:
authorChristian König <[email protected]>2013-07-15 09:16:22 -0600
committerChristian König <[email protected]>2014-02-11 13:26:13 +0100
commitee978aee94d98fec669002eb5ef7ceb1f46683a9 (patch)
treea60768c696b3f23ce696a43da44d51012e60db34 /src/gallium/include/pipe/p_video_enums.h
parenteaf3358e0a1323ed417b6875e70fdcdc30ed97e0 (diff)
vl: add H264 encoding interface
Signed-off-by: Christian König <[email protected]> Signed-off-by: Leo Liu <[email protected]>
Diffstat (limited to 'src/gallium/include/pipe/p_video_enums.h')
-rw-r--r--src/gallium/include/pipe/p_video_enums.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/include/pipe/p_video_enums.h b/src/gallium/include/pipe/p_video_enums.h
index 7ec29c033f4..10205ac4411 100644
--- a/src/gallium/include/pipe/p_video_enums.h
+++ b/src/gallium/include/pipe/p_video_enums.h
@@ -72,8 +72,8 @@ enum pipe_video_entrypoint
PIPE_VIDEO_ENTRYPOINT_UNKNOWN,
PIPE_VIDEO_ENTRYPOINT_BITSTREAM,
PIPE_VIDEO_ENTRYPOINT_IDCT,
- PIPE_VIDEO_ENTRYPOINT_MC
+ PIPE_VIDEO_ENTRYPOINT_MC,
+ PIPE_VIDEO_ENTRYPOINT_ENCODE
};
-
#endif /* PIPE_VIDEO_ENUMS_H */