[FFmpeg-devel] [PATCH 3/3] examples/decoding_encoding: use two digits in filename.

Nicolas George nicolas.george at normalesup.org
Thu Apr 12 11:32:59 CEST 2012


Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
---
 doc/examples/decoding_encoding.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/examples/decoding_encoding.c b/doc/examples/decoding_encoding.c
index 5a4a1ec..6f36f0c 100644
--- a/doc/examples/decoding_encoding.c
+++ b/doc/examples/decoding_encoding.c
@@ -495,7 +495,7 @@ int main(int argc, char **argv)
     }
 
     //    audio_decode_example("/tmp/test.sw", filename);
-    video_decode_example("/tmp/test%d.pgm", filename);
+    video_decode_example("/tmp/test%02d.pgm", filename);
 
     return 0;
 }
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list