diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-30 17:56:57 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-11-02 10:42:54 +0100 |
commit | 124e28847b95a70724399c8473dd778b5c4c8ffc (patch) | |
tree | 79e76aac5b1a80d0a74702e47611e62cae6ed502 /libavformat/os_support.c | |
parent | d1dfcb082957b646d59388925fc20b7485da33cb (diff) | |
download | ffmpeg-124e28847b95a70724399c8473dd778b5c4c8ffc.tar.gz |
Remove some stray unnecessary ffmpeg references.
Diffstat (limited to 'libavformat/os_support.c')
-rw-r--r-- | libavformat/os_support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/os_support.c b/libavformat/os_support.c index a0fcd6c9ba..c6715f3cc3 100644 --- a/libavformat/os_support.c +++ b/libavformat/os_support.c @@ -1,5 +1,5 @@ /* - * Various utilities for ffmpeg system + * various OS-feature replacement utilities * Copyright (c) 2000, 2001, 2002 Fabrice Bellard * copyright (c) 2002 Francois Revol * |