summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 12:38:05 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:28:38 +0200
commit61573bf1ba50dc8828d0e87d913389fbcff48509 (patch)
tree704788b84db8de55c9c0efd8acbc688fc9b7020b /libavformat/avformat.h
parentdcd4a7b62f16793c33fa459889e581286d6ccdd6 (diff)
lavf: remove FF_API_GUESS_FORMAT cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index f3e4fe4842..dae56c6037 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -862,18 +862,6 @@ attribute_deprecated enum CodecID av_guess_image2_codec(const char *filename);
/* utils.c */
void av_register_input_format(AVInputFormat *format);
void av_register_output_format(AVOutputFormat *format);
-#if FF_API_GUESS_FORMAT
-attribute_deprecated AVOutputFormat *guess_stream_format(const char *short_name,
- const char *filename,
- const char *mime_type);
-
-/**
- * @deprecated Use av_guess_format() instead.
- */
-attribute_deprecated AVOutputFormat *guess_format(const char *short_name,
- const char *filename,
- const char *mime_type);
-#endif
/**
* Return the output format in the list of registered output formats