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>
This commit is contained in:
Marton Balint
2011-08-22 23:42:19 +02:00
committed by Michael Niedermayer
parent 941bb552c6
commit dacd827b81
4 changed files with 28 additions and 7 deletions

View File

@@ -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().