Commit 3bbc4610 authored by Vladimir Voroshilov's avatar Vladimir Voroshilov

Convert structure names to FFmpeg style

Originally committed as revision 19123 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 532ec283
...@@ -80,7 +80,7 @@ typedef struct ...@@ -80,7 +80,7 @@ typedef struct
/// mr_energy = mean_energy + 10 * log10(2^26 * subframe_size) in (7.13) /// mr_energy = mean_energy + 10 * log10(2^26 * subframe_size) in (7.13)
int mr_energy; int mr_energy;
} G729_format_description; } G729FormatDescription;
/** /**
* \brief pseudo random number generator * \brief pseudo random number generator
...@@ -154,7 +154,7 @@ AVCodec g729_decoder = ...@@ -154,7 +154,7 @@ AVCodec g729_decoder =
"g729", "g729",
CODEC_TYPE_AUDIO, CODEC_TYPE_AUDIO,
CODEC_ID_G729, CODEC_ID_G729,
sizeof(G729_Context), sizeof(G729Context),
decoder_init, decoder_init,
NULL, NULL,
NULL, NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment