summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-11-02 12:04:16 +0100
committerDiego Biurrun <diego@biurrun.de>2012-11-02 16:44:23 +0100
commit9a07c1332cfe092b57b5758f22b686ca58806c60 (patch)
treeb63f66a6e2a255721ad56de834ba1c7b60ace043 /libavcodec/avcodec.h
parent85f67c4865d8014ded2aaa64b3cba6e2970342d7 (diff)
parser: Move Doxygen documentation to the header files
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 43f7c87b23..d5968f9e55 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3890,6 +3890,10 @@ int av_parser_parse2(AVCodecParserContext *s,
int64_t pts, int64_t dts,
int64_t pos);
+/**
+ * @return 0 if the output buffer is a subset of the input, 1 if it is allocated and must be freed
+ * @deprecated use AVBitstreamFilter
+ */
int av_parser_change(AVCodecParserContext *s,
AVCodecContext *avctx,
uint8_t **poutbuf, int *poutbuf_size,