diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-01 14:02:08 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-07 11:45:30 +0200 |
commit | 22333a6b19f59ebc83933b910069d00c445d01ed (patch) | |
tree | 143d3dd337af034562802e529489d21964a27cd6 /doc | |
parent | 314374e57978bd215ae42d5444f0e76f2bebdc27 (diff) | |
download | ffmpeg-22333a6b19f59ebc83933b910069d00c445d01ed.tar.gz |
lavc: add width and height fields to AVFrame
width and height are per-frame properties, setting these values in
AVFrame simplify the operation of extraction of that information,
since avoids the need to check the codec/stream context.
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 ab91c24328..a17922e11c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-05-07 - xxxxxxx - lavc 53.4.0 - AVFrame + Add width and height fields to AVFrame. + 2011-05-01 - xxxxxxx - lavfi 2.4.0 - avfilter.h Rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio. |