diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-10-22 01:37:02 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-10-22 01:37:02 +0200 |
commit | b6e8f10bcbf29a0395fba2a4f60343f605bc5c31 (patch) | |
tree | 89d354bf669e2e4b75a7fb736919d00dcab9d281 /libavformat | |
parent | 42316907b874fc7bc73ec227d2ad21774a662fc9 (diff) | |
download | ffmpeg-b6e8f10bcbf29a0395fba2a4f60343f605bc5c31.tar.gz |
lavf/cinedec: Fix a typo in the file header.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/cinedec.c | 2 |
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. |