Mesa (master): st/va: remove TODO line for JPEG data buffer handling

Leo Liu leoliu at kemper.freedesktop.org
Wed Jan 17 13:38:43 UTC 2018


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

Author: Leo Liu <leo.liu at amd.com>
Date:   Fri Jan 12 10:20:06 2018 -0500

st/va: remove TODO line for JPEG data buffer handling

Nothing to do

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

---

 src/gallium/state_trackers/va/picture.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/state_trackers/va/picture.c b/src/gallium/state_trackers/va/picture.c
index 22934e43cc..7f943c6341 100644
--- a/src/gallium/state_trackers/va/picture.c
+++ b/src/gallium/state_trackers/va/picture.c
@@ -332,7 +332,6 @@ handleVASliceDataBufferType(vlVaContext *context, vlVaBuffer *buf)
       buffers[num_buffers] = (void *)context->mpeg4.start_code;
       sizes[num_buffers++] = context->mpeg4.start_code_size;
    case PIPE_VIDEO_FORMAT_JPEG:
-      /* TODO */
       break;
    default:
       break;




More information about the mesa-commit mailing list