]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Document the additon of the w and h fields to AVFilterPic.
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 10 Oct 2009 10:40:36 +0000 (10:40 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 10 Oct 2009 10:40:36 +0000 (10:40 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20198 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

doc/APIchanges

index 9434d55d5c55b3a96f34119604bbd20a389d43e8..e4b49bfa57ed71643b3f63f56cadfdf65651b742 100644 (file)
@@ -12,6 +12,9 @@ libavutil:   2009-03-08
 
 API changes, most recent first:
 
+2009-10-07 - r20189 - lavfi 0.5.1 - AVFilterPic
+  Added w and h fields to AVFilterPic.
+
 2009-06-22 - r19250 - lavf 52.34.1 - AVFormatContext.packet_size
   This is now an unsigned int instead of a signed int.