Mercurial > libavcodec.hg
diff ac3dec.c @ 7015:d9ac2c5a5d89 libavcodec
cosmetics: indent
| author | jbr |
|---|---|
| date | Sat, 07 Jun 2008 22:29:38 +0000 |
| parents | 24ddcb54f147 |
| children | 60fd9ae9540e |
line wrap: on
line diff
--- a/ac3dec.c Sat Jun 07 22:29:27 2008 +0000 +++ b/ac3dec.c Sat Jun 07 22:29:38 2008 +0000 @@ -1181,7 +1181,7 @@ av_log(avctx, AV_LOG_ERROR, "unsupported frame type : skipping frame\n"); return s->frame_size; } else { - av_log(avctx, AV_LOG_ERROR, "invalid frame type\n"); + av_log(avctx, AV_LOG_ERROR, "invalid frame type\n"); } break; default:
