Commit dabceb7d authored by voroshil's avatar voroshil

Convert structure names to FFmpeg style



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19123 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5a44d18d
......@@ -80,7 +80,7 @@ typedef struct
/// mr_energy = mean_energy + 10 * log10(2^26 * subframe_size) in (7.13)
int mr_energy;
} G729_format_description;
} G729FormatDescription;
/**
* \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,
......
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