Replace outdated references to ffmpeg tool with avconv.

This commit is contained in:
Diego Biurrun
2011-10-30 17:59:01 +01:00
parent 124e28847b
commit 20566eb0f0
8 changed files with 17 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
/*
* HTTP protocol for ffmpeg client
* HTTP protocol for avconv client
* Copyright (c) 2000, 2001 Fabrice Bellard
*
* This file is part of Libav.
@@ -31,7 +31,7 @@
#include "url.h"
#include "libavutil/opt.h"
/* XXX: POST protocol is not completely implemented because ffmpeg uses
/* XXX: POST protocol is not completely implemented because avconv uses
only a subset of it. */
/* used for protocol handling */