projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
532ec28
)
Convert structure names to FFmpeg style
author
Vladimir Voroshilov
<voroshil@gmail.com>
Sat, 6 Jun 2009 12:42:11 +0000
(12:42 +0000)
committer
Vladimir Voroshilov
<voroshil@gmail.com>
Sat, 6 Jun 2009 12:42:11 +0000
(12:42 +0000)
Originally committed as revision 19123 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/g729dec.c
patch
|
blob
|
history
diff --git
a/libavcodec/g729dec.c
b/libavcodec/g729dec.c
index
a8178a2
..
b92ca1d
100644
(file)
--- a/
libavcodec/g729dec.c
+++ b/
libavcodec/g729dec.c
@@
-80,7
+80,7
@@
typedef struct
/// mr_energy = mean_energy + 10 * log10(2^26 * subframe_size) in (7.13)
int mr_energy;
-} G729
_format_d
escription;
+} G729
FormatD
escription;
/**
* \brief pseudo random number generator
@@
-154,7
+154,7
@@
AVCodec g729_decoder =
"g729",
CODEC_TYPE_AUDIO,
CODEC_ID_G729,
- sizeof(G729
_
Context),
+ sizeof(G729Context),
decoder_init,
NULL,
NULL,