Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-10-22 03:37:02 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-10-22 03:37:02 +0400
commitb6e8f10bcbf29a0395fba2a4f60343f605bc5c31 (patch)
tree89d354bf669e2e4b75a7fb736919d00dcab9d281 /libavformat/cinedec.c
parent42316907b874fc7bc73ec227d2ad21774a662fc9 (diff)
lavf/cinedec: Fix a typo in the file header.
Diffstat (limited to 'libavformat/cinedec.c')
-rw-r--r--libavformat/cinedec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/cinedec.c b/libavformat/cinedec.c
index 9eed006e53..5776708940 100644
--- a/libavformat/cinedec.c
+++ b/libavformat/cinedec.c
@@ -1,5 +1,5 @@
/*
- * Phanton Cine demuxer
+ * Phantom Cine demuxer
* Copyright (c) 2010-2011 Peter Ross <pross@xvid.org>
*
* This file is part of FFmpeg.