]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/pjsdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / pjsdec.c
index 1f1d51c4049aa07fbdee66c8f13952b8163cb391..40d820a8d667afa69b0c8e63431daa52bf51e094 100644 (file)
@@ -128,7 +128,7 @@ static int pjs_read_close(AVFormatContext *s)
     return 0;
 }
 
-AVInputFormat ff_pjs_demuxer = {
+const AVInputFormat ff_pjs_demuxer = {
     .name           = "pjs",
     .long_name      = NULL_IF_CONFIG_SMALL("PJS (Phoenix Japanimation Society) subtitles"),
     .priv_data_size = sizeof(PJSContext),