diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-27 22:01:06 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-27 22:04:56 +0200 |
commit | 53dac6c23bdead2573a336128bc41810ab192def (patch) | |
tree | 0b5418b16052c9423b8df272bf68a3247868fc05 /doc/libav-merge.txt | |
parent | 5dd37c684736b3103430ffa94593726623ba3ff5 (diff) | |
parent | c454dfcff90f0ed39c7b0d4e85664986a8b4476c (diff) | |
download | ffmpeg-53dac6c23bdead2573a336128bc41810ab192def.tar.gz |
Merge commit 'c454dfcff90f0ed39c7b0d4e85664986a8b4476c'
* commit 'c454dfcff90f0ed39c7b0d4e85664986a8b4476c':
Use ISO C printf conversion specifiers where appropriate
This commit is a noop, an equivalent patch is currently under review on
the mailing-list: http://ffmpeg.org/pipermail/ffmpeg-devel/2017-March/209239.html
Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'doc/libav-merge.txt')
-rw-r--r-- | doc/libav-merge.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/libav-merge.txt b/doc/libav-merge.txt index 44547c94e7..847b620bf9 100644 --- a/doc/libav-merge.txt +++ b/doc/libav-merge.txt @@ -98,6 +98,7 @@ Stuff that didn't reach the codebase: - Removal of the custom atomic API (5cc0057f49, see http://ffmpeg.org/pipermail/ffmpeg-devel/2017-March/209003.html) - Use the new bitstream filter for extracting extradata (see 8e2ea69135 and 096a8effa3) - ADD_RES_MMX_4_8 in libavcodec/x86/hevc_add_res.asm probably needs updating (see 589880710) +- ISO printf warnings raised by DJGPP (c454dfcff9, currently under review: http://ffmpeg.org/pipermail/ffmpeg-devel/2017-March/209239.html) Collateral damage that needs work locally: ------------------------------------------ |