diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-20 13:41:02 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-20 14:25:22 +0200 |
commit | 9d84a17ba5d036078e2714f761b5370d6140f1ca (patch) | |
tree | 3901a58e69b91c7b45e13661d3209b2b15adcbf5 | |
parent | 7807cbc0c2c32ff8e3767857be4512f7b4f31560 (diff) | |
download | ffmpeg-9d84a17ba5d036078e2714f761b5370d6140f1ca.tar.gz |
APIchanges: fix wrong major number for av_fifo_peek2() entry
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 79869113a8..d7ce15ffcc 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -16,7 +16,7 @@ API changes, most recent first: 2011-08-20 - xxxxxx - lavu 51.13.0 Add av_get_media_type_string(). -2011-08-14 - xxxxxx - lavu 52.12.0 +2011-08-14 - xxxxxx - lavu 51.12.0 Add av_fifo_peek2(), deprecate av_fifo_peek(). 2011-08-xx - xxxxxxx - lavf 53.4.0 |