]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/img2.c
Send RTSP OPTIONS command to detect server type.
[ffmpeg] / libavformat / img2.c
index 2e570dd87f3f992c93b9400796640e8f5674f07d..d3b7200ae90841bc7d6d8a54b57ef5bed969c0d8 100644 (file)
@@ -72,7 +72,7 @@ static const IdStrMap img_tags[] = {
     { CODEC_ID_NONE      , NULL}
 };
 
-static int sizes[][2] = {
+static const int sizes[][2] = {
     { 640, 480 },
     { 720, 480 },
     { 720, 576 },