diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-02-14 20:34:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-14 20:34:10 +0100 |
commit | 33d6330652c088dadde163da569b1a2f6c7603c0 (patch) | |
tree | d4b3d703996c409e932d1197ea41f2680ac16ba1 | |
parent | ad6802f975a91bf6757fe3729ef8c6f10e6796b7 (diff) | |
download | ffmpeg-streaming-33d6330652c088dadde163da569b1a2f6c7603c0.zip ffmpeg-streaming-33d6330652c088dadde163da569b1a2f6c7603c0.tar.gz |
apichanges: Use , instead of / to seperate multiple hashes
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index ed78a76..c1e67a6 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -266,7 +266,7 @@ API changes, most recent first: 2012-05-15 - lavfi 2.17.0 Add support for audio filters - ac71230/a2cd9be - add video/audio buffer sink in a new installed + ac71230, a2cd9be - add video/audio buffer sink in a new installed header buffersink.h 720c6b7 - add av_buffersrc_write_frame(), deprecate av_vsrc_buffer_add_frame() |