summaryrefslogtreecommitdiff
path: root/warnings.h
diff options
context:
space:
mode:
authorTom Finegan <tomfinegan@google.com>2014-01-14 18:04:35 -0800
committerTom Finegan <tomfinegan@google.com>2014-01-14 18:15:21 -0800
commit150fbfc7b68ac7236225fbe11251692e03c239d6 (patch)
tree9a155d71a37d806a3a80ed96dfb45fff39d80d78 /warnings.h
parentf13b3d1e08ef4d5842e283c1113f8d67f3960b37 (diff)
downloadlibvpx-150fbfc7b68ac7236225fbe11251692e03c239d6.tar
libvpx-150fbfc7b68ac7236225fbe11251692e03c239d6.tar.gz
libvpx-150fbfc7b68ac7236225fbe11251692e03c239d6.tar.bz2
libvpx-150fbfc7b68ac7236225fbe11251692e03c239d6.zip
vpxenc: Warn on lagged encoding with real time.
Restore warning when attempting to use lagged encoding with real time mode. Change-Id: I109026db64566906f288f42d2686084ae5c13500
Diffstat (limited to 'warnings.h')
-rw-r--r--warnings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/warnings.h b/warnings.h
index 90b34c884..ac3a4b63e 100644
--- a/warnings.h
+++ b/warnings.h
@@ -20,6 +20,6 @@ struct VpxEncoderConfig;
*/
void check_encoder_config(int disable_prompt,
const struct VpxEncoderConfig *global_config,
- struct vpx_codec_enc_cfg *stream_config);
+ const struct vpx_codec_enc_cfg *stream_config);
#endif // WARNINGS_H_