mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 09:41:17 +08:00
avdevice: Constify all devices
This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
James Almer
parent
a04ad248a0
commit
d92f38c179
@@ -1292,7 +1292,7 @@ static const AVClass opengl_class = {
|
||||
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT,
|
||||
};
|
||||
|
||||
AVOutputFormat ff_opengl_muxer = {
|
||||
const AVOutputFormat ff_opengl_muxer = {
|
||||
.name = "opengl",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("OpenGL output"),
|
||||
.priv_data_size = sizeof(OpenGLContext),
|
||||
|
||||
Reference in New Issue
Block a user