[FFmpeg-cvslog] examples/decoding_encoding: remove misplaced and confusing comment

Stefano Sabatini git at videolan.org
Sat Oct 20 11:31:01 CEST 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sat Oct 20 11:00:17 2012 +0200| [8c4753f7f5f1f65532e841cffa3b4fdb368c2fdf] | committer: Stefano Sabatini

examples/decoding_encoding: remove misplaced and confusing comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8c4753f7f5f1f65532e841cffa3b4fdb368c2fdf
---

 doc/examples/decoding_encoding.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/doc/examples/decoding_encoding.c b/doc/examples/decoding_encoding.c
index c2401fb..0ca3faa 100644
--- a/doc/examples/decoding_encoding.c
+++ b/doc/examples/decoding_encoding.c
@@ -531,8 +531,6 @@ static void video_decode_example(const char *outfilename, const char *filename)
         exit(1);
     }
 
-    /* the codec gives us the frame size, in samples */
-
     f = fopen(filename, "rb");
     if (!f) {
         fprintf(stderr, "Could not open %s\n", filename);



More information about the ffmpeg-cvslog mailing list