diff options
author | wm4 <wm4@nowhere> | 2016-09-30 14:28:55 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-09-30 14:28:55 +0200 |
commit | 5f547e57e332897daee101bb2b304925b0ab8522 (patch) | |
tree | a64dc4db31c8e0c14ab7dfb0a3b3522bf044ce5e /video | |
parent | 51f10c512e7ee114f32e7e8323ea3b61c20e3255 (diff) |
vo_opengl: rpi: remove dumb comment
It's not even true anymore.
Diffstat (limited to 'video')
-rw-r--r-- | video/out/opengl/hwdec_rpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/hwdec_rpi.c b/video/out/opengl/hwdec_rpi.c index fdcd850138..0caa01874c 100644 --- a/video/out/opengl/hwdec_rpi.c +++ b/video/out/opengl/hwdec_rpi.c @@ -282,7 +282,6 @@ static void free_mmal_buffer(void *arg) mmal_buffer_header_release(buffer); } -// currently dead code; for a force-overlay mode static struct mp_image *upload(struct gl_hwdec *hw, struct mp_image *hw_image) { struct priv *p = hw->priv; |