]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/bprint.h
doc/examples/muxing: Exchange tmp_frame and frame
[ffmpeg] / libavutil / bprint.h
index 1b23b9fe3c9e59668dad504fc20c7d042d2b126c..839ec1ec0d782b21a8f9c5f6bb49fa83f44322b1 100644 (file)
@@ -213,11 +213,4 @@ int av_bprint_finalize(AVBPrint *buf, char **ret_str);
 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars,
                       enum AVEscapeMode mode, int flags);
 
-/**
- * Read contents of fd into print buffer up to EOF.
- *
- * @return 0 for success, error code otherwise
- */
-int av_bprint_fd_contents(AVBPrint *pb, int fd);
-
 #endif /* AVUTIL_BPRINT_H */