]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
swr: replace deprecated av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
[ffmpeg] / cmdutils.h
index d1e84e0d90f27439ac8ca7179a72bf8c2b5d46f5..3544cdb9f07e827eaf956dfaa02634f8482fde72 100644 (file)
@@ -76,6 +76,8 @@ int opt_default(const char *opt, const char *arg);
  */
 int opt_loglevel(const char *opt, const char *arg);
 
+int opt_codec_debug(const char *opt, const char *arg);
+
 /**
  * Limit the execution time.
  */
@@ -321,7 +323,7 @@ int read_yesno(void);
  * @return 0 in case of success, a negative value corresponding to an
  * AVERROR error code in case of failure.
  */
-int read_file(const char *filename, char **bufptr, size_t *size);
+int cmdutils_read_file(const char *filename, char **bufptr, size_t *size);
 
 /**
  * Get a file corresponding to a preset file.
@@ -360,4 +362,4 @@ void exit_program(int ret);
  */
 void *grow_array(void *array, int elem_size, int *size, int new_size);
 
-#endif /* LIBAV_CMDUTILS_H */
+#endif /* CMDUTILS_H */