summaryrefslogtreecommitdiffstats
path: root/m_option.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-12-20 06:42:04 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-12-20 06:42:04 +0200
commit4a26b4c024498c9b1be4723121d86e0c2b386ed2 (patch)
tree77e56568f6aa7e5dbfbae2bce0634c0452f3795c /m_option.c
parent835d3deea2023bd53a079513f6b742b575ae1896 (diff)
downloadmpv-4a26b4c024498c9b1be4723121d86e0c2b386ed2.tar.bz2
mpv-4a26b4c024498c9b1be4723121d86e0c2b386ed2.tar.xz
cosmetics: remove unused code, small formatting tweaks
Diffstat (limited to 'm_option.c')
-rw-r--r--m_option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_option.c b/m_option.c
index daab955614..8563d21e9a 100644
--- a/m_option.c
+++ b/m_option.c
@@ -1208,7 +1208,7 @@ static struct {
{"ac3be", AF_FORMAT_AC3_BE},
{"ac3ne", AF_FORMAT_AC3_NE},
{"imaadpcm", AF_FORMAT_IMA_ADPCM},
- // ORIDNARY
+ // ORDINARY
{"u8", AF_FORMAT_U8},
{"s8", AF_FORMAT_S8},
{"u16le", AF_FORMAT_U16_LE},