summaryrefslogtreecommitdiff
path: root/libavcodec/pthread_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/pthread_internal.h')
-rw-r--r--libavcodec/pthread_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pthread_internal.h b/libavcodec/pthread_internal.h
index 5dfd0b2a26..fca9b100c0 100644
--- a/libavcodec/pthread_internal.h
+++ b/libavcodec/pthread_internal.h
@@ -21,7 +21,7 @@
#include "avcodec.h"
-/* H264 slice threading seems to be buggy with more than 16 threads,
+/* H.264 slice threading seems to be buggy with more than 16 threads,
* limit the number of threads to 16 for automatic detection */
#define MAX_AUTO_THREADS 16