]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/webm_chunk.c
avformat: Constify the API wrt AV(In|Out)putFormat
[ffmpeg] / libavformat / webm_chunk.c
index fb5b20a8cce780fad7758ac40a029b486bcc9ca6..fefab982cb952d19a77cb01b838272244f927f7b 100644 (file)
@@ -50,7 +50,7 @@ typedef struct WebMChunkContext {
 static int webm_chunk_init(AVFormatContext *s)
 {
     WebMChunkContext *wc = s->priv_data;
-    ff_const59 AVOutputFormat *oformat;
+    const AVOutputFormat *oformat;
     AVFormatContext *oc;
     AVStream *st, *ost = s->streams[0];
     AVDictionary *dict = NULL;