]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/http.c
mp3enc: fix playback with mp3 encoded files on some devices.
[ffmpeg] / libavformat / http.c
index f7e0b5cc8ca200bbacb8354c320fac2f8dbf3c52..5d19c6e007a2cfd02fb7aaa3541623653f98617c 100644 (file)
@@ -70,7 +70,7 @@ static const AVClass flavor ## _context_class = {\
     .item_name      = av_default_item_name,\
     .option         = options,\
     .version        = LIBAVUTIL_VERSION_INT,\
-};
+}
 
 HTTP_CLASS(http);
 HTTP_CLASS(https);