cosmetics: indentation and alignment after previous commit

This commit is contained in:
Justin Ruggles 2011-05-24 19:38:30 -04:00
parent aa47c35dff
commit 1a950da6a2
1 changed files with 87 additions and 87 deletions

View File

@ -2268,7 +2268,7 @@ static void dprint_options(AVCodecContext *avctx)
case 6: av_strlcpy(strbuf, "AC-3 (alt syntax)", 32); break;
case 8: av_strlcpy(strbuf, "AC-3 (standard)", 32); break;
case 9: av_strlcpy(strbuf, "AC-3 (dnet half-rate)", 32); break;
case 10: av_strlcpy(strbuf, "AC-3 (dnet quater-rate", 32); break;
case 10: av_strlcpy(strbuf, "AC-3 (dnet quater-rate)", 32); break;
case 16: av_strlcpy(strbuf, "E-AC-3 (enhanced)", 32); break;
default: snprintf(strbuf, 32, "ERROR");
}