]> git.sesse.net Git - ffmpeg/blobdiff - doc/examples/decode_video.c
hwcontext_vulkan: improve public header documentation
[ffmpeg] / doc / examples / decode_video.c
index 5a9d43f6897336cbefc88642032f03120621926d..169188a4b93d4ed5f3cacd7fb85f1931f541459a 100644 (file)
@@ -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];