]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/apiexample.c
assert() and note about odd len.
[ffmpeg] / libavcodec / apiexample.c
index 435f409916835bcd5d41f4cfbfe53bcb36dba88e..793cfaa04072804d7d36072e19a6d10e08befbea 100644 (file)
@@ -433,8 +433,7 @@ int main(int argc, char **argv)
     /* must be called before using avcodec lib */
     avcodec_init();
 
-    /* register all the codecs (you can also register only the codec
-       you wish to have smaller code */
+    /* register all the codecs */
     avcodec_register_all();
 
     if (argc <= 1) {