diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-14 11:58:21 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-15 11:46:30 +0100 |
commit | 96d815fc0c71d08b9c4bd65aea021bd0760f2287 (patch) | |
tree | 5604c1d6956389eb5ca732febb983960cfd50792 /doc/APIchanges | |
parent | a8b3f0c5cf548f654e30c981988bb71981a3f8d3 (diff) | |
download | ffmpeg-96d815fc0c71d08b9c4bd65aea021bd0760f2287.tar.gz |
lavc: add pkt_size field to AVFrame
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 5707d1397a..fd4bbb1307 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2012-12-15 - xxxxxxx - lavc 54.80.100 - avcodec.h + Add pkt_size field to AVFrame. + 2012-11-25 - xxxxxxx - lavu 52.9.100 - opt.h Add the following convenience functions to opt.h: av_opt_get_image_size |