1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Document the additon of the w and h fields to AVFilterPic.

Originally committed as revision 20198 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2009-10-10 10:40:36 +00:00
parent 268fcbe2c8
commit 046703660d

View 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.