diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-10-14 23:06:06 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-10-14 23:06:06 +0200 |
commit | 15db457ea8f76cd03a371dee548b7dbc60efcb86 (patch) | |
tree | a9e15a657bac4ccfbc3a4dd433883944dbdfc4e7 /libavcodec/h264.h | |
parent | f05021f3f49a45b36411ec9de3cd7522dc9f9110 (diff) | |
parent | d15368ee3926152a3a301c13cc638fbf7a062ddf (diff) | |
download | ffmpeg-15db457ea8f76cd03a371dee548b7dbc60efcb86.tar.gz |
Merge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf'
* commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf':
h264: Run VLC init under pthread_once
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 769abdad4b..b3d08c3d11 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -29,6 +29,7 @@ #define AVCODEC_H264_H #include "libavutil/intreadwrite.h" +#include "libavutil/thread.h" #include "cabac.h" #include "error_resilience.h" #include "get_bits.h" |