Commit 6d1009cb authored by Steven Liu's avatar Steven Liu

doc/examples/decode_video: add input file format information for usage

Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
parent 7c2ff06b
......@@ -95,7 +95,8 @@ int main(int argc, char **argv)
AVPacket *pkt;
if (argc <= 2) {
fprintf(stderr, "Usage: %s <input file> <output file>\n", argv[0]);
fprintf(stderr, "Usage: %s <input file> <output file>\n"
"And check your input file is encoded by mpeg1video please.\n", argv[0]);
exit(0);
}
filename = argv[1];
......
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