diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-05-05 09:45:02 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-05-06 16:18:10 +0200 |
commit | fe511b6e32be8ce0db9bd8b2a7091936f6f29651 (patch) | |
tree | b4744f69c74285b11a61227968d7a1f5b85dcd4d | |
parent | 675e83bb5cf1bf0e4bf9b14ab8afe7c276ddcef1 (diff) | |
download | ffmpeg-fe511b6e32be8ce0db9bd8b2a7091936f6f29651.tar.gz |
asrc_abuffer: deprecate the header.
-rw-r--r-- | libavfilter/asrc_abuffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/asrc_abuffer.h b/libavfilter/asrc_abuffer.h index ebf55fdf9c..aa3446166f 100644 --- a/libavfilter/asrc_abuffer.h +++ b/libavfilter/asrc_abuffer.h @@ -24,6 +24,8 @@ /** * @file * memory buffer source for audio + * + * @deprecated use buffersrc.h instead. */ /** |