diff options
author | Marton Balint <cus@passwd.hu> | 2011-08-22 23:42:19 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-27 22:06:09 +0200 |
commit | dacd827b81e442a3fbed0628a951c8f15f3591e3 (patch) | |
tree | b2e4f820c34fc3a4d777e3ec9a68517c0f88eb90 /doc/APIchanges | |
parent | 941bb552c6e08b40eb7d7842df19285cd650edd0 (diff) | |
download | ffmpeg-dacd827b81e442a3fbed0628a951c8f15f3591e3.tar.gz |
Rename find_program_from_stream to av_find_program_from_stream and add it to avformat.h
Also extend the functionality to use the last found program to start the search
after that program.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 d7ce15ffcc..f3c4b2373a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-08-22 - xxxxxx - lavf 53.10.0 + Add av_find_program_from_stream(). + 2011-08-20 - xxxxxx - lavu 51.13.0 Add av_get_media_type_string(). |