projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
591de5c
)
Missing const
author
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Tue, 19 Feb 2008 21:37:53 +0000
(21:37 +0000)
committer
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Tue, 19 Feb 2008 21:37:53 +0000
(21:37 +0000)
Originally committed as revision 12147 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ratecontrol.c
patch
|
blob
|
history
diff --git
a/libavcodec/ratecontrol.c
b/libavcodec/ratecontrol.c
index
97438f6
..
d289a19
100644
(file)
--- a/
libavcodec/ratecontrol.c
+++ b/
libavcodec/ratecontrol.c
@@
-66,7
+66,7
@@
int ff_rate_control_init(MpegEncContext *s)
{
RateControlContext *rcc= &s->rc_context;
int i;
- char *error = NULL;
+ c
onst c
har *error = NULL;
static const char *const_names[]={
"PI",
"E",