You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
cosmetics: indentation and alignment after previous commit
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user