aboutsummaryrefslogtreecommitdiffstats
path: root/frame.c
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-22 20:11:15 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-06-22 20:11:15 +0000
commit899ce8fd6d00884844847794317e88d70eaec896 (patch)
treebffd10bbd58f5360e9fada3ea452b7a61dfac862 /frame.c
parent08d0c132c31ede086cc473d943aff80c76f47719 (diff)
Misc formatting cleanups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3279 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'frame.c')
-rwxr-xr-xframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frame.c b/frame.c
index 7ee6c77ae..c93d2abff 100755
--- a/frame.c
+++ b/frame.c
@@ -502,7 +502,7 @@ char *ast_codec2str(int codec) {
"undefined", /* 13 */
"undefined", /* 14 */
"Maximum audio format", /* 15 */
- /* Image formats */
+ /* Image formats */
"JPEG image", /* 16 */
"PNG image", /* 17 */
"H.261 Video", /* 18 */
@@ -511,7 +511,7 @@ char *ast_codec2str(int codec) {
"undefined", /* 21 */
"undefined", /* 22 */
"undefined", /* 23 */
- "Maximum video format", /* 24 */
+ "Maximum video format", /* 24 */
};
if ((codec >= 0) && (codec <= 24))
return codecs[codec];