Mesa (master): vl: add level interface

Christian König deathsimple at kemper.freedesktop.org
Wed Jun 18 11:54:37 UTC 2014


Module: Mesa
Branch: master
Commit: 4fca06a902e98fb16dc9ea5f4dd2d88f3883612a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fca06a902e98fb16dc9ea5f4dd2d88f3883612a

Author: Leo Liu <leo.liu at amd.com>
Date:   Thu Jun 12 12:27:29 2014 -0400

vl: add level interface

Signed-off-by: Leo Liu <leo.liu at amd.com>
Reviewed-by: Christian König <christian.koenig at amd.com>

---

 src/gallium/include/pipe/p_video_codec.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/include/pipe/p_video_codec.h b/src/gallium/include/pipe/p_video_codec.h
index d4cdacb..196d00b 100644
--- a/src/gallium/include/pipe/p_video_codec.h
+++ b/src/gallium/include/pipe/p_video_codec.h
@@ -48,6 +48,7 @@ struct pipe_video_codec
    struct pipe_context *context;
 
    enum pipe_video_profile profile;
+   unsigned level;
    enum pipe_video_entrypoint entrypoint;
    enum pipe_video_chroma_format chroma_format;
    unsigned width;




More information about the mesa-commit mailing list