]> git.sesse.net Git - ffmpeg/blobdiff - output_example.c
Cleanup comments and make them doxygen parsable.
[ffmpeg] / output_example.c
index cb631d599d84a6fe065214d6474ad4c08ef3c7ef..36b0921d20469a01d03f58770e9382db2959ec3b 100644 (file)
@@ -538,7 +538,7 @@ int main(int argc, char **argv)
 
     if (!(fmt->flags & AVFMT_NOFILE)) {
         /* close the output file */
-        url_fclose(&oc->pb);
+        url_fclose(oc->pb);
     }
 
     /* free the stream */