Commit 86619bea authored by aurel's avatar aurel

matroskadec: use more appropriate error code

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22535 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9c9a2a5f
...@@ -1144,7 +1144,7 @@ static int matroska_read_header(AVFormatContext *s, AVFormatParameters *ap) ...@@ -1144,7 +1144,7 @@ static int matroska_read_header(AVFormatContext *s, AVFormatParameters *ap)
"EBML header using unsupported features\n" "EBML header using unsupported features\n"
"(EBML version %"PRIu64", doctype %s, doc version %"PRIu64")\n", "(EBML version %"PRIu64", doctype %s, doc version %"PRIu64")\n",
ebml.version, ebml.doctype, ebml.doctype_version); ebml.version, ebml.doctype, ebml.doctype_version);
return AVERROR_NOFMT; return AVERROR_PATCHWELCOME;
} }
ebml_free(ebml_syntax, &ebml); ebml_free(ebml_syntax, &ebml);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment