projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea79f2d
)
ffmpeg: Hey, this variable is const now!
author
Benjamin Otte
<otte@redhat.com>
Tue, 26 Apr 2022 17:39:20 +0000
(19:39 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 26 Apr 2022 17:39:20 +0000
(19:39 +0200)
modules/media/gtkffmediafile.c
patch
|
blob
|
history
diff --git
a/modules/media/gtkffmediafile.c
b/modules/media/gtkffmediafile.c
index ff5225e845d8afc4c05ba74d66359e892acced79..819d14d2c10aff58816272dcff87c821bc0cae0a 100644
(file)
--- a/
modules/media/gtkffmediafile.c
+++ b/
modules/media/gtkffmediafile.c
@@
-483,7
+483,7
@@
gtk_ff_media_file_open (GtkMediaFile *file)
{
GtkFfMediaFile *video = GTK_FF_MEDIA_FILE (file);
AVStream *stream;
- AVCodec *codec;
+
const
AVCodec *codec;
int errnum;
video->format_ctx = avformat_alloc_context ();