]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggparseskeleton.c
lavc decoders: properly initialize AVFrame.
[ffmpeg] / libavformat / oggparseskeleton.c
index 92841b8138ae9c5c8e44d18ec875393f4bb34bfc..2de067d84eb1f0d5fc8139fb2fa314c0840356bc 100644 (file)
@@ -75,8 +75,8 @@ static int skeleton_header(AVFormatContext *s, int idx)
         target_idx = ogg_find_stream(ogg, AV_RL32(buf+12));
         start_granule = AV_RL64(buf+36);
         if (os->start_granule != OGG_NOGRANULE_VALUE) {
-            av_log_missing_feature(s, "multiple fisbone for the "
-                                      "same stream\n", 0);
+            av_log_missing_feature(s,
+                                   "Multiple fisbone for the same stream", 0);
             return 1;
         }
         if (target_idx >= 0 && start_granule != OGG_NOGRANULE_VALUE) {