Convert structure names to FFmpeg style

Originally committed as revision 19123 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vladimir Voroshilov 2009-06-06 12:42:11 +00:00
parent 532ec28360
commit 3bbc46102b
1 changed files with 2 additions and 2 deletions

View File

@ -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 =
"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,