]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'
[ffmpeg] / cmdutils.h
index a21ce35fa8556aceffa4cf7e91ee0caf9495afa4..55134ff27ba06c5f43b48432abd02f666de35f40 100644 (file)
@@ -529,18 +529,6 @@ int show_colors(void *optctx, const char *opt, const char *arg);
  */
 int read_yesno(void);
 
-/**
- * Read the file with name filename, and put its content in a newly
- * allocated 0-terminated buffer.
- *
- * @param filename file to read from
- * @param bufptr location where pointer to buffer is returned
- * @param size   location where size of buffer is returned
- * @return >= 0 in case of success, a negative value corresponding to an
- * AVERROR error code in case of failure.
- */
-int cmdutils_read_file(const char *filename, char **bufptr, size_t *size);
-
 /**
  * Get a file corresponding to a preset file.
  *