openh264/codec
Martin Storsjö 3422d3b976 Declare the g_strCodecVer variable as const
Previously, the variable itself wasn't const (which meant that
it could be set to point to another const string instead).

By declaring it as const, gcc doesn't warn about it being unused,
and we can get rid of a workaround.
2015-01-04 21:00:23 +02:00
..
api/svc Declare the g_strCodecVer variable as const 2015-01-04 21:00:23 +02:00
build Declare the g_strCodecVer variable as const 2015-01-04 21:00:23 +02:00
common Merge pull request #1659 from syureyi/scalinglist 2014-12-23 10:50:49 +08:00
console Change default EC mode to ERROR_CON_SLICE_MV_COPY_CROSS_IDR_FREEZE_RES_CHANGE 2014-12-29 22:17:38 -08:00
decoder Merge pull request #1682 from huili2/parseonly_initial_no_colorformat 2014-12-31 13:14:47 +08:00
encoder Declare the g_strCodecVer variable as const 2015-01-04 21:00:23 +02:00
processing Check and Fix some issue#1535 2014-11-19 16:03:34 +08:00