]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
mpegvideo_enc: remove assert that has become obsolete with the new API
[ffmpeg] / cmdutils.h
index d26089cca4fdf153e58b65aa468c324b36f48263..925df5014e98c2557b2c4d8547c88301d45b98e4 100644 (file)
@@ -376,7 +376,7 @@ FILE *get_preset_file(char *filename, size_t filename_size,
  * Do all the necessary cleanup and abort.
  * This function is implemented in the avtools, not cmdutils.
  */
-void exit_program(int ret);
+av_noreturn void exit_program(int ret);
 
 /**
  * Realloc array to hold new_size elements of elem_size.