mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: pthread: make sure AVFrame.extended_data is set properly. libfdk-aac: reindent after last commit libfdk-aac: Limit to supported sample rates. cbrt_tablegen: Include libm.h oggparsetheora: make it more robust ogg: prevent NULL pointer deference in theora gptopts Conflicts: libavformat/oggparsetheora.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
abcaacf1ac
4 changed files with 39 additions and 20 deletions
|
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "libavutil/libm.h"
|
||||
#define CONFIG_HARDCODED_TABLES 0
|
||||
#include "cbrt_tablegen.h"
|
||||
#include "tableprint.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue