summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 8e3b80a1db..7dc9e8f14f 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -401,14 +401,8 @@ FILE *get_preset_file(char *filename, size_t filename_size,
const char *preset_name, int is_path, const char *codec_name);
/**
- * Do all the necessary cleanup and abort.
- * This function is implemented in the avtools, not cmdutils.
- */
-av_noreturn void exit_program(int ret);
-
-/**
* Realloc array to hold new_size elements of elem_size.
- * Calls exit_program() on failure.
+ * Calls exit() on failure.
*
* @param elem_size size in bytes of each element
* @param size new element count will be written here