Skip to content
Snippets Groups Projects
Commit b2d115bc authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Formats need to be able to represent all 64 codec bits.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@231814 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 65c9bfbe
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ struct ast_format {
char name[80]; /*!< Name of format */
char exts[80]; /*!< Extensions (separated by | if more than one)
this format can read. First is assumed for writing (e.g. .mp3) */
int format; /*!< Format of frames it uses/provides (one only) */
format_t format; /*!< Format of frames it uses/provides (one only) */
/*!
* \brief Prepare an input stream for playback.
* \return 0 on success, -1 on error.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment