diff options
author | James Almer <jamrial@gmail.com> | 2014-09-19 01:44:42 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2014-09-19 14:32:38 -0300 |
commit | 6edd6a4f002d8ca51f1f60be3c26afced1ba9420 (patch) | |
tree | 5114de1e8a88ccfc15954c8f211e16f4162a2883 /doc | |
parent | 5ccd08d26ddafe6e6f6374f6c5fa59c18727d219 (diff) | |
download | ffmpeg-6edd6a4f002d8ca51f1f60be3c26afced1ba9420.tar.gz |
avcodec/dv_profile: deprecate internal function that shouldn't be public
Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 8a280297e8..b257b21925 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-09-xx - xxxxxxx - lavc 56.1.101 - dv_profile.h + deprecate avpriv_dv_frame_profile2(), which was made public by accident. + -------- 8< --------- FFmpeg 2.4 was cut here -------- 8< --------- |