mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
Misc formatting cleanups
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3279 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
4
frame.c
4
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];
|
||||
|
||||
Reference in New Issue
Block a user