]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudio_parser.c
avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for frame header...
[ffmpeg] / libavcodec / mpegaudio_parser.c
index 244281b56fa2bec9cb3572170db7b53dce0ef512..a109f12701b144a2b7395a50c476f0000f3e97ff 100644 (file)
@@ -99,6 +99,8 @@ static int mpegaudio_parse(AVCodecParserContext *s1,
                     } else if (codec_id == AV_CODEC_ID_MP3ADU) {
                         avpriv_report_missing_feature(avctx,
                             "MP3ADU full parser");
+                        *poutbuf = NULL;
+                        *poutbuf_size = 0;
                         return 0; /* parsers must not return error codes */
                     }