diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-18 11:41:13 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-20 13:16:23 +0200 |
commit | b0629366a26628f19245ea2c06a6e366cb70f92f (patch) | |
tree | 488668607910fb323808a03d7979c65544a6343d /doc | |
parent | 3bd3e46c918005ab5b0fdfd36911373a6e94df9b (diff) | |
download | ffmpeg-b0629366a26628f19245ea2c06a6e366cb70f92f.tar.gz |
lavf: make cmdutils's check_stream_specifier public.
The new function is called avformat_match_stream_specifier()
and does not include logging the error message.
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 a2f4e03d5e..20bab5a241 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-07-20 - xxxxxxx - lavf 54.18.100 + Add avformat_match_stream_specifier() function. + 2012-07-14 - xxxxxxx - lavc 54.38.100 - avcodec.h Add metadata to AVFrame, and the accessor functions av_frame_get_metadata() and av_frame_set_metadata(). |