diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-07 19:11:03 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-07 19:11:03 +0000 |
commit | 715cff9a597477becc34cd22500aa8eea01ecbd8 (patch) | |
tree | c5d5f72197362ffa0766e710c28b621255418316 /doc/APIchanges | |
parent | 8e9767f6fd43a74bb52cd67893c4dd4528477a19 (diff) | |
download | ffmpeg-715cff9a597477becc34cd22500aa8eea01ecbd8.tar.gz |
Add an entry for the sws_isSupportedInput() and
sws_isSupportedOutput() functions addition.
Originally committed as revision 21066 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 7539ddb0ff..1c848a4800 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-01-07 - r30236 - lsws 0.8.0 - sws_isSupported{In,Out}put + Add sws_isSupportedInput and sws_isSupportedOutput() functions. + 2010-01-06 - r21035 - lavfi 1.14.0 - avfilter_add_colorspace() Change the avfilter_add_colorspace() signature, make it accept an (AVFilterFormats **) rather than an (AVFilterFormats *) as before. |