]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggparsevorbis.c
riff: add PLV1 fourcc to mpeg4
[ffmpeg] / libavformat / oggparsevorbis.c
index 7468e0dae4aabbbdc79f3bba55260f1bcc4c05ad..c19b54552c9a5b3688ce601aa74de20fd9cbf6ae 100644 (file)
@@ -120,9 +120,7 @@ int ff_vorbis_comment(AVFormatContext *as, AVDictionary **m,
             if (!tt || !ct) {
                 av_freep(&tt);
                 av_freep(&ct);
-                av_log(as, AV_LOG_WARNING,
-                       "out-of-memory error. skipping VorbisComment tag.\n");
-                continue;
+                return AVERROR(ENOMEM);
             }
 
             for (j = 0; j < tl; j++)